Jump to content

Recommended Posts

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.

Link to comment
https://forums.atariage.com/topic/90057-2-player-game-question/
Share on other sites

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.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...