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

#1 2008-09-25 07:35:48

darvidsson
Scratcher
Registered: 2008-09-25
Posts: 1

Hints PLEASE! Shooting Game

I want to make a shooting game with sprites moving and every time you hit them they go faster or get smaller...
could anyone help me?
thnxxxxxx

Offline

 

#2 2008-10-03 16:30:51

matt000r000
Scratcher
Registered: 2008-09-28
Posts: 3

Re: Hints PLEASE! Shooting Game

if you make the gun with a

<broadcast[ hit

when a hit is confirmed, and then, as the target's strip,

<when I receive[ hit
<set size to( 90 )%>

for sise or have a speed variable where you put

<when I receive[ hit
<set{ speed }to( (( <{ speed }> <+> 2 ))

and move the target by the speed variable or something like that. play around with the values a bit.

Offline

 

#3 2008-10-03 16:35:00

yambanshee
Scratcher
Registered: 2007-11-06
Posts: 500+

Re: Hints PLEASE! Shooting Game

if the gun is constantly folowing your mouse you can make a script like this: [blocks]
<when[ Target ]clicked>
<change size by( 5 )>

Offline

 

Board footer