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

#1 2012-01-12 15:07:35

matthrew
New Scratcher
Registered: 2012-01-10
Posts: 8

space inavaders

im making a game and when my guys are dead they keep on shooting can i change theyre set on a timer to shoot

Offline

 

#2 2012-01-12 16:51:39

CoolPenguin
Scratcher
Registered: 2012-01-09
Posts: 39

Re: space inavaders

How about having a variable that looks over the guy's death. Call it Death and change it to no, until he gets shot-down. So the first script would be

When death received
change variable death to yes

Then, have a script for the guy, that goes a bit like this:

When variable death = yes

stop script.

Make sure you have the shooting part in the same script though!

-CP

Offline

 

Board footer