I think you mean something like a platform game where you stay on the platforms. If so, you can use this script:
When flag clickd
Forever
If not touching colour black (or whatever the platform is)
Repeat until touching colour black
Change y by -5 (change this to how fast you want the sprite to go down)
EndIf
EndForever
... at least I hope so.
Offline
2l84zwamani wrote:
I think you mean something like a platform game where you stay on the platforms. If so, you can use this script:
When flag clickd
Forever
If not touching colour black (or whatever the platform is)
Repeat until touching colour black
Change y by -5 (change this to how fast you want the sprite to go down)
EndIf
EndForever
... at least I hope so.
thanks it works
Offline