Also, at the beginning of the game i want to play an animation that says 'get ready' and then when it's done, i want it to wait untill the space bar is pressed. this is the code that i used
Play animation 3
while spacekey()=0
endwhile
or something to that extent, i think i've tried everything to my knowledge. What happens is that it starts to play the animation but right after that it gets stuck in the while statement. Any ideas on how to keep the animation playing and then when the animation stops, have it check for the space key?