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

#1 2013-03-12 10:28:16

maxx127
New Scratcher
Registered: 2013-03-12
Posts: 4

Making a game.

How would I make a character interact with a object, and a charachter interact with another character like kill it on touch??

Offline

 

#2 2013-03-12 15:14:45

ChadtheBuilder
Scratcher
Registered: 2013-02-27
Posts: 100+

Re: Making a game.

When gf clicked
forever
if  sprite one touching [sprite 2]
broadcast [kill]
You would then need a set of blocks that when it received kill, it would give a point, hide the killed sprite, ect.


http://dl.dropbox.com/u/107729333/1360160765356.jpg

Offline

 

Board footer