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

#1 2010-06-08 17:23:10

s2o7
Scratcher
Registered: 2010-06-08
Posts: 3

Help with my bomber game please (example inside)

I recently made a bomberman game for my school project, I made sprites for the blocks that can be blown up and sprites for blocks that cannot be blown up (like any traditional bomberman game)

the problem i am experiencing is that my dude that i navigate is able to walk through all the blocks, and that can't do, because it defeats the purpose of the game; to give you an idea of what i mean, i uploaded the game for you guys to see:

http://scratch.mit.edu/projects/s2o7/1095714

that's the main problem, i don't know how to set the code so that bomberman cannot walk through blocks.

Any feedback/advice would be really helpful thank you

Offline

 

#2 2010-06-17 06:42:27

Greentabby55
Scratcher
Registered: 2010-05-04
Posts: 50

Re: Help with my bomber game please (example inside)

<when green flag clicked>
<forever>
   <if><touching[ sprite1
   <move( -5 )steps>
   <end>
<end>

Offline

 

Board footer