Hey guys, I'm trying to add Player 2 controls but it looks like it's not working for me. I'm trying to do btnp(S) and btnp(f) etc for 2nd player controls and that's not working.
Is there anything specific I have to write/do to enable two players?



Let's write some code than, shall we ?
TO LOAD THIS CART IN IMMEDIATE MODE TYPE:
load #s2tb |
Now by default player 1's movement are the arrow keys.
Player =2= is controlled by S F E D.
To reconfigure or just to see the current configuration in immediate mode type:
keyconfig |
If you don't want to change anything just hit ESC at this point.
HOPE THIS HELPS !



I see what you did here
if (btn(0,1)) x2-=1
if (btn(1,1)) x2+=1
if (btn(2,1)) y2-=1
if (btn(3,1)) y2+=1
I did (btn(s,1)) and that didnt work; let me give it this shot after work
[Please log in to post a comment]