This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-02-15 13:29:32

Gagamac
New Scratcher
Registered: 2013-02-13
Posts: 3

3 Sprites enter from off stage

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

 

#2 2013-02-15 16:40:18

sdmeijer
New Scratcher
Registered: 2012-12-31
Posts: 15

Re: 3 Sprites enter from off stage

For all the sprites:
Use the 'hide'-block to hide the sprite

hide
Then 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

 

Board footer