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

#1 2010-05-20 15:46:33

phil121
Scratcher
Registered: 2010-05-20
Posts: 2

how do i make projectiles i need lazes for my rocket please

im making a game for my dida course i need halp plux

Offline

 

#2 2010-05-20 15:57:45

Wolfie1996
Retired Community Moderator
Registered: 2009-07-08
Posts: 1000+

Re: how do i make projectiles i need lazes for my rocket please

Right, on your projectile, add these scripts:

http://i48.tinypic.com/23gy6iw.gif

Hope this helps  smile


"...Jargon - the practice of never calling a spade a spade, when you might instead call it a manual earth-restructing implement..." - Bill Bryson, Mother Tongue

Offline

 

#3 2010-05-20 15:58:32

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: how do i make projectiles i need lazes for my rocket please

To make a  simple projectile, use this script:

<when green flag clicked>
<forever>
<point towards(  Target  )>
<move(   10   )steps>
<if>  <touching[  Target  ]>
<go to[   Gun  ]>
<end>
<end>

This should give you a simple projectile. If you want anything more complex, just ask.  Also, It would help if you spent a little bit more time on your post, using correct spelling and giving more details on what you specifically need.

Hope this works!

Offline

 

#4 2010-05-20 16:06:07

phil121
Scratcher
Registered: 2010-05-20
Posts: 2

Re: how do i make projectiles i need lazes for my rocket please

thanks a lot ^_^

Offline

 

#5 2010-05-20 16:14:59

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: how do i make projectiles i need lazes for my rocket please

Your Welcome.

Offline

 

Board footer