Particle Objects
home > flash > particle effects > particle objects
Click rapidly on the middle of any star to start the fun.<br /><br />I don't remember where I found this particle physics AS code, but I think I was looking for a tutorial on how to use duplicateMovieClip. When I downloaded the FLA to look at the AS, I started playing with the graphics and the SWF above is what developed.<br /><br />In this fun project I also learned how to make several instances on each frame within a movie clip that have different characteristics (colors, etc.) and then use this on the outside of that clip to randomize the characteristics that are shown:<br /><br />onClipEvent(load){<br /> this.gotoAndStop(int(Math.random()*_totalframes+1) );<br />}<br /><br />I think the final result is just a fun toy to play with.<br /><br />Hudey123
Click rapidly on the middle of any star to start the fun.<br /><br />I don't remember where I found this particle physics AS code, but I think I was looking...
< less
more >
Author URL
no website
Listing URL
none
Downloads
686
Views
8945
hudey123
User ratings for Particle Objects.
Comments
You need to
LOGIN to post a comment.
very nice,,,,,,,,