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

#1 2012-11-03 14:37:29

Fernandop91
New Scratcher
Registered: 2012-10-30
Posts: 8

Why will my bird not respawn after it touches fireball?

when gf clicked
forever if <touching fireball>
     play sound
     change <Bird> by (1)



when i receive <start>
hide
go to x:(195) y:(126)
forever
     wait <pick random(1) to (1)> secs
     play sound
     go to x:(195) y:(126)
     show
     repeat until <touching sprite1>
         wait (0.5) secs
          point towards <sprite1>
          move (30) steps

when gf clicked
hide
forever if <touching fireball>
     wait(0.5) secs
     go to x:(195) y:(126)
     hide

Offline

 

#2 2012-11-13 06:54:43

rlojunior
Scratcher
Registered: 2010-08-11
Posts: 59

Re: Why will my bird not respawn after it touches fireball?

Do you have the link of your project?
Maybe it's easier to see these script in a "real" project.

Offline

 

#3 2012-11-13 07:01:41

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Why will my bird not respawn after it touches fireball?

It is because nothing is broadcasting "start".


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#4 2012-12-07 02:11:06

Deadstranger90
New Scratcher
Registered: 2012-12-04
Posts: 1

Re: Why will my bird not respawn after it touches fireball?

help my zombies won't respawn when i shoot them it's so anoying someone please tell me what to do!

Offline

 

#5 2012-12-08 17:39:23

Dyllio
Scratcher
Registered: 2012-11-04
Posts: 11

Re: Why will my bird not respawn after it touches fireball?

Do you have any when i recieve blocks? If so, make sure that you have a broadcast [] block. Try this

when i recieve [respawn]
show
if [touching fireball]
hide

Offline

 

#6 2012-12-10 16:06:05

eveadelekitty
Scratcher
Registered: 2012-12-05
Posts: 100+

Re: Why will my bird not respawn after it touches fireball?

Dyllio is right.

Offline

 

Board footer