Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
|
Forum Index : Microcontroller and PC projects : Game problem
Author | Message | ||||
rambo55 Newbie Joined: 11/12/2012 Location: AustraliaPosts: 15 |
I have a colour maximite trying to run old Invaders game I have the joystick connect to maximite run the game press fire button everything is ok for about one sec and this what happen on the screen 463 4720 if Invaders (1 , m) <> 121 Then Invline (1) = Invline (1) +1 Error; Incorrect Expression Syntax I am new to this maximite program and it will take some time for me to understand as I have only program some on the C64. |
||||
Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3194 |
It could be because there is a space after Invline - both times that it is used. Geoff Graham - http://geoffg.net |
||||
rambo55 Newbie Joined: 11/12/2012 Location: AustraliaPosts: 15 |
I have try everything and space still the same |
||||
darthmite Senior Member Joined: 20/11/2011 Location: FrancePosts: 240 |
Here is the last version i made for maximite v2.x 2012-12-23_220725_Space_Invaders.zip Now you said you have a colour maximite ... hmmm Colour maximite use other resolution , the old with line number and B/W was made for PAL Video output. For made it easier for you if the last computer you have program was the C64, just get the example library on the Geoff page and test the program/game made for the colour Maximite. And it will be good to not made duplicate post about the same program or game i refer here at this one : invaders button Cheers. Theory is when we know everything but nothing work ... Practice is when everything work but no one know why ;) |
||||
BobD Guru Joined: 07/12/2011 Location: AustraliaPosts: 935 |
also a space after the word Invaders. That won't help either. |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6098 |
There is a space between Invaders and ( . There are also spaces between the two Invline and ( Remove these spaces and give it a try. I don't have a copy of the version of Invaders that you are using to test it here. The latest version is without line numbers but it also has an extra space in a similar place (line 471) Jim VK7JH MMedit MMBasic Help |
||||
Print this page |