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

#1 2007-12-06 09:24:22

slayers414
Scratcher
Registered: 2007-12-04
Posts: 1

shooting a rocket lancher

im stuck i need help how do u make a rocket lancher blow up when u click the mouse butten

Offline

 

#2 2007-12-06 10:26:52

Slacker101
Scratcher
Registered: 2007-07-23
Posts: 60

Re: shooting a rocket lancher

<when green flag clicked>
<if><mouse down?>
<switch to costume[ Explode!]>
<end>

Offline

 

#3 2007-12-06 11:13:55

MyRedNeptune
Community Moderator
Registered: 2007-05-07
Posts: 1000+

Re: shooting a rocket lancher

Slacker101 wrote:

<when green flag clicked>
<if><mouse down?>
<switch to costume[ Explode!]>
<end>

not exactly correct.
<when green flag clicked>
   <forever>
      <if><mouse down?>
      <switch to costume[ Explode!
      <stop script>
      <end>
   <end>


http://i52.tinypic.com/5es7t0.png I know what you're thinking! "Neptune! Get rid of those filthy advertisements and give us back the Zarathustra siggy, you horrible person!" Well, don't worry about it, the Zara siggy will be back soon, new and improved! ^^ Meanwhile, just do what the sig tells you to. >.>

Offline

 

#4 2007-12-06 11:15:11

MyRedNeptune
Community Moderator
Registered: 2007-05-07
Posts: 1000+

Re: shooting a rocket lancher

Or even simpler:
<when green flag clicked>
<wait until><mouse down?>
<switch to costume[ Explode!


http://i52.tinypic.com/5es7t0.png I know what you're thinking! "Neptune! Get rid of those filthy advertisements and give us back the Zarathustra siggy, you horrible person!" Well, don't worry about it, the Zara siggy will be back soon, new and improved! ^^ Meanwhile, just do what the sig tells you to. >.>

Offline

 

#5 2007-12-08 11:08:53

Slacker101
Scratcher
Registered: 2007-07-23
Posts: 60

Re: shooting a rocket lancher

<when green flag clicked>
<wait until><mouse down?>

Offline

 

#6 2007-12-08 12:13:18

funkymonkey
Scratcher
Registered: 2007-06-03
Posts: 1000+

Re: shooting a rocket lancher

<when green flag clicked>
<forever>
<if> << <mouse down?> <and> <touching[ gun >>
<switch to costume[ Explode!
<end>
<end>

Last edited by funkymonkey (2007-12-08 12:15:09)


http://i243.photobucket.com/albums/ff67/hprules_photos/banner2.jpg
Kuzimu: Dawn of a New Age                                                                                                  Coming May 2010

Offline

 

Board footer