spaceboygp32x
Active Member
- Joined
- Jan 31, 2005
- Messages
- 505
hi...
shooter nearly done...
im just converting the mouse controls i used (for my pc) to gp 32 controls...
ive use x=mouse.x o track the shot process and the ship
how do i make the shot track to the ship - after i have used
to move my ship!
i.e the shot is still tracked to the mouse and i need it tracked to the keys..
+
is there a simple command which alters txt colour
ive used
to track score after setting them as globals
but my background is white same as the txt so they dont show up!!
hope you guys can help
sPaCe h34r:
shooter nearly done...
im just converting the mouse controls i used (for my pc) to gp 32 controls...
ive use x=mouse.x o track the shot process and the ship
how do i make the shot track to the ship - after i have used
Code:
If (key (_right))
x=x+5;
End
If (key (_left));
x=x-5;
End
to move my ship!
i.e the shot is still tracked to the mouse and i need it tracked to the keys..
+
is there a simple command which alters txt colour
ive used
Code:
WRITE_INT(0,0,0,0,OFFSET PLYSCORE);
WRITE_INT(0,300,0,0,OFFSET PLYLIVES);
to track score after setting them as globals
but my background is white same as the txt so they dont show up!!
hope you guys can help
sPaCe h34r: