Well, you set the sprites postions and stuff by dragging out this block:
[blocks]<when green flag clicked>[/blocks]
Then putting any blocks after that to set the position or costume and stuff.
I hope this helped
Last edited by samurai768 (2010-08-18 21:53:23)
Offline
do this :<when green flag clicked> <go to x x position )y
y position ). That will put your sprites in the position where wanted at the beginning. If you want another sprite to move near the middle of the project, and you don't want to bother going through all that timing stuff? Follow this... put this when you want the sprite(s) to move.
Broadcast '(Whatever you want to call it'
And add this to the sprite that is moving.
When I receive '(Whatever it was called' Do what you want to do after this
Simple
Offline
If you already have the scripts in to make it start in one place, just click the flag then stop the project straight after.
If not put a [go to x: (_) y: (_)] with the correct locations in it at the start of each sprites script.
Offline