Here is a new Dynamic Bitmap Mouse Trailer.
This is an update to the previous trailer effect that used movieclips instead of BitmapData. The bitmap version works much faster and smoother. Check out this post for BitmapData usage examples.
Preview
Here is a new Dynamic Bitmap Mouse Trailer.
This is an update to the previous trailer effect that used movieclips instead of BitmapData. The bitmap version works much faster and smoother. Check out this post for BitmapData usage examples.
Preview
I love this effect but i’d like to use it without mouse actions. Random sparkles just should move across the screen form left to right. How should i change script to make souch effect? Thank you for any advice!
hi tuudur,
I’m sorry I didn’t reply earlier. I must have missed your post.
You can do that by changing the line where particles spawn at mouse x and mouse y, to spawn on a movieclip x and y.
You would then tween this movieclip across the screen creating that effect.