#95422 - dylanb - Sat Jul 29, 2006 9:40 am
how do i make a sprite change and the character move when i press a button like the up button and then it moves back when the button is unpressed.
if(F_CTRLINPUT_UP_PRESSED) {
change sprite
move sprite
}
can someone tell me
if(F_CTRLINPUT_UP_PRESSED) {
change sprite
move sprite
}
can someone tell me