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

#1 2012-11-14 15:30:40

turneroliver
New Scratcher
Registered: 2012-11-14
Posts: 1

Dissaparing mayhem

how do you make a sprite ddissapare when it hits a different sprite?
help!!!

Offline

 

#2 2012-11-14 20:55:20

CrazyForChocolate
Scratcher
Registered: 2012-09-20
Posts: 13

Re: Dissaparing mayhem

When green flag clicked
Forever
If touching (sprite name)
hide

I can't figure out Scratchblocks  tongue


My epicness will blow your mind...
                      "42 is hamsters"

Offline

 

#3 2012-11-15 18:45:01

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

Re: Dissaparing mayhem

CrazyForChocolate wrote:

When green flag clicked
Forever
If (touching [sprite name v]?)
hide
end
I can't figure out Scratchblocks  tongue

Fixed. In the future, just remember to add [scratchblocks] tags around your scripts.

Last edited by ErnieParke (2012-11-15 18:45:32)


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

Offline

 

#4 2012-11-16 13:35:24

Llamalover
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: Dissaparing mayhem

CrazyForChocolate wrote:

When green flag clicked
show
Forever
If (touching [sprite name v]?)
hide
else
show
end

Assuming you want it to show whenever it's not touching the sprite, otherwise delete the else: .


Be nice, I'm an old lady  wink

Offline

 

Board footer