+atari2600land Posted July 2, 2006 Share Posted July 2, 2006 Is there something you have to type to enable a second player game or something? Because I typed in this: 190 if joy0left then x = x - 1 if x<70 then x=70 if x>90 then x=90 200 if joy0right then x = x + 1 if x<70 then x=70 if x>90 then x=90 210 if joy1left then a=a-1 if a<70 then a=70 if a>90 then a=90 215 if joy1right then a=a+1 if a<70 then a=70 if a>90 then a=90 and compiled it, and it gave me an error message for joy1left & joy1right. Quote Link to comment https://forums.atariage.com/topic/90057-2-player-game-question/ Share on other sites More sharing options...
+batari Posted July 2, 2006 Share Posted July 2, 2006 Is there something you have to type to enable a second player game or something? Because I typed in this: 190 if joy0left then x = x - 1 if x<70 then x=70 if x>90 then x=90 200 if joy0right then x = x + 1 if x<70 then x=70 if x>90 then x=90 210 if joy1left then a=a-1 if a<70 then a=70 if a>90 then a=90 215 if joy1right then a=a+1 if a<70 then a=70 if a>90 then a=90 and compiled it, and it gave me an error message for joy1left & joy1right. Version 0.35 doesn't support the right joystick. You should use one of the newer builds for that, or the std_routines.asm patch here. Quote Link to comment https://forums.atariage.com/topic/90057-2-player-game-question/#findComment-1094447 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.