Can you do something like>>
<when green flag clicked>
<forever if><key[ up arrow ]pressed?>
<move( 10 )steps>
<end>
<when green flag clicked><forever if><( <{ score }> <=> 4 )>
freeze for 3 seconds.
<end>
So in that 3 seconds, the up arrow key won't work?
Offline
One word: variables
A bunch of words: You have a "if < ( freeze ) = ( 1 ) >" thing around the "move ( 10 ) steps" and make the variable 1 when you want to be "frozen" and 0 when you want to move.
(...17,18,19,20,21,22...)
31 words!
Offline
boinoinoi wrote:
One word: variables
A bunch of words: You have a "if < ( freeze ) = ( 1 ) >" thing around the "move ( 10 ) steps" and make the variable 1 when you want to be "frozen" and 0 when you want to move.
(...17,18,19,20,21,22...)
31 words!
exactly, variables can do anything!
Offline