Hello, does anybody know how to make a loop, that always checks if, for example, the Sprite reaches an exact Y level?
I don't want that it only runs when the Space Button is clicked
Hello, does anybody know how to make a loop, that always checks if, for example, the Sprite reaches an exact Y level?
try the clock component and its timer event
Taifun
What about add a horizontal bar as an image sprite at position Y.
S you can use the When imagesprite. CollideWith event.
Easy, but maybe not so accurate.