i maeking a fighting game but when player attacks the bad guy i need help so that he will stay down for a bit then get back up any ideas.
Also any ideas how to stop one script in a sprite for a moment and then start back up? please help.
Offline
wahoo77 wrote:
use a wait x seconds block
wait (1) secs
yeah, this should work unless your scripts need to do a specific thing during this time in which case you should make a second script
Last edited by PhirripSyrrip (2012-06-25 16:36:50)
Offline
sorry, but i wounder how do u get wait x block,
i tried putting x in the wait but would not allow me.
Offline
Put however many seconds you want the person to stay down in the [wait] block.
Lets say you want your character to stay down for 3 seconds:
wait (3) secsIf you want the person to stay down for only 2, then:
wait (2) secsHave fun and scratch on!
Last edited by fg123 (2012-06-26 15:52:36)
Offline