I have created a game where I want one object to always start on another sprite and move in a straight line. It doesn't seem to work correctly. This is the structure I used:
I used the following on the sprite that I want the object to always start on:
When Green flag is clicked
forever
if key <space> is pressed
Broadcast <move in straight line>
I used the following on the object I want to go in a straight line:
When Green flag is clicked
hide
When I recieve <move in a straight line>
Go to <Sprite 1>
Show
Glide 1 secs to x: 0 y: 180
Is there a way to make this work? Thanks!
Offline