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

#1 2012-09-27 16:07:12

Carolinema
New Scratcher
Registered: 2012-09-26
Posts: 5

Working with 2 sprites

Thanks for the help so far. Another question. If I have 2 sprites and if the first moves to the second and if the first touches the second, how can I ensure the the second non-moving sprite is not covered by the first. The first sprite is much bigger and I want the second to be in front of the first, so how can I ensure this?
Thanks a lot

Offline

 

#2 2012-09-27 16:22:47

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Working with 2 sprites

Here's a script that you could use in the second sprite:

go to front
And here's one you could use in the second sprite if you don't want to use [go to front]:

go back (999999) layers

Last edited by ErnieParke (2012-09-27 16:24:12)


http://i46.tinypic.com/35ismmc.png

Offline

 

Board footer