Pages: 1
Topic closed
Right, on your projectile, add these scripts:
Hope this helps
Offline
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
Your Welcome.
Offline
Topic closed
Pages: 1