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

#1 2007-10-26 08:54:03

Anna161
Scratcher
Registered: 2007-10-26
Posts: 3

A game trouble

I'm making a game and I really need the boulders to hit the hiker, but they wouldn't do anything but pass him, what am I doing wrong?

Offline

 

#2 2007-10-26 09:05:48

EdnaC
Scratcher
Registered: 2007-08-28
Posts: 100+

Re: A game trouble

Look at the sensing blocks; There are blocks to detect "touching" another sprite, as well as a block that detects whether one color is touching another.  You can then have the sprites react to the collision.  I hope you aren't thinking of squashing an innocent hiker for your amusement...

Offline

 

#3 2007-10-26 21:12:08

Anna161
Scratcher
Registered: 2007-10-26
Posts: 3

Re: A game trouble

Umm....  big_smile ... it's sort of like that though, but I made the sprite in paint so-nevermind, ANYWAY! Thanks, except I've already tried that. It doesn't work for some reason, but I'll try again, thanks ^^

Offline

 

#4 2007-10-27 17:04:49

ElMikkino
Scratcher
Registered: 2007-09-19
Posts: 76

Re: A game trouble

Put the <forever> block around the <if> block
(or do a <forever if> block).

Last edited by ElMikkino (2007-10-27 17:05:18)


Certified Bunnay Agent
--------ElMikkino-----------

Offline

 

#5 2007-10-27 19:23:00

EdnaC
Scratcher
Registered: 2007-08-28
Posts: 100+

Re: A game trouble

If you share your project, helpers can access it and see what the problem is.

Offline

 

#6 2007-10-29 20:01:30

Anna161
Scratcher
Registered: 2007-10-26
Posts: 3

Re: A game trouble

Ok, thanks ^^

Offline

 

Board footer