Pages: 1
Topic closed
i think you want the script:
[blocks]
<when green flag clicked>
<forever>
<if><touching[ sprite]>
<change{ x }by( 1)>
<end>
<end>
[/blocks]
Last edited by TRocket (2011-11-16 15:38:35)
Offline
Unless you put a forever around the if block, then it will only change the variable by 1 if it's touching the sprite when the game starts.
Offline
Topic closed
Pages: 1