How can I make three different sprites enter from three different locations from off stage?
I'm very very new at this. I tried searching forums but couldn't find this info. I realize this probably is a very basic task but I've scratched my head over this problem and need help from the scratch family....Help me go from scratching to scripting!
thanks for any help with this.
Offline
For all the sprites:
Use the 'hide'-block to hide the sprite
hideThen use the 'go to x: y:'-block to 'transport' them to their starting location
go to x:[100] y:[100]Then use the 'show'-block to make them visible again
show
Offline