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

#1 2012-10-19 18:46:50

websites
New Scratcher
Registered: 2012-10-18
Posts: 9

Make a particle trail from a sprite?

How do I make a particle trail that follows a sprite, like an exhaust trail from a jet or tracks from a tank?

Offline

 

#2 2012-10-19 19:37:36

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: Make a particle trail from a sprite?

websites wrote:

How do I make a particle trail that follows a sprite, like an exhaust trail from a jet or tracks from a tank?

make a particle spitre

[scratchblocks]
when gf clicked
forever
go to [particles]
stamp
[scratchblocks]

to clear after a while
[scratchblocks]
when gf clicked
forever
wait (1) sec
clear


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#3 2012-10-19 19:41:49

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: Make a particle trail from a sprite?

fillergames wrote:

websites wrote:

How do I make a particle trail that follows a sprite, like an exhaust trail from a jet or tracks from a tank?

make a particle spitre

[scratchblocks]
when gf clicked
forever
go to [particles v]
stamp
end
[scratchblocks]

to clear after a while

[scratchblocks]
when gf clicked
forever
wait (1) sec
end
[scratchblocks]

fixed


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#4 2012-10-19 19:44:11

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Make a particle trail from a sprite?

fillergames wrote:

fillergames wrote:

websites wrote:

How do I make a particle trail that follows a sprite, like an exhaust trail from a jet or tracks from a tank?

make a particle spitre

 
when gf clicked 
forever
go to [particles v]
stamp
to clear after a while

when gf clicked 
forever 
wait (1) secs
clear

fixed

Fixed and I added a block.


http://i46.tinypic.com/35ismmc.png

Offline

 

#5 2012-10-19 21:55:11

Zparx
Scratcher
Registered: 2011-03-23
Posts: 500+

Re: Make a particle trail from a sprite?

I think the particle trailing from this project may be what you're looking for! Feel free to download and use the scripts (: Hope I helped!


http://images3.wikia.nocookie.net/__cb20101119183412/halo/images/4/43/Hero2.png
^ My rank on Halo: Reach :3

Offline

 

#6 2012-10-19 22:55:16

websites
New Scratcher
Registered: 2012-10-18
Posts: 9

Re: Make a particle trail from a sprite?

Thanks for all the suggestions. I will try them and let you know.

Offline

 

#7 2012-10-30 21:48:27

websites
New Scratcher
Registered: 2012-10-18
Posts: 9

Re: Make a particle trail from a sprite?

Found a solution in the project 'Fading Pen.'

Offline

 

Board footer