Fork me on GitHub
Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

    • CommentAuthorclaudiul25
    • CommentTimeSep 22nd 2010
     
    Is there a way to make something like this - http://www.flashandmath.com/flashcs4/astronaut/Astronaut.html ?
    It's a really neat effect :)
    • CommentAuthorRichard
    • CommentTimeSep 23rd 2010
     
    You will probably need at least one custom behaviour to get the exact same effect. The createPixelParticlesFromBitmapData() method will convert the bitmap to pixel particles. The is a user controlled OrbitCamera that could be used for rotating around the image, or you could create something similar with automated motion. You'll need a custom Initializer or Action to separate the particles in the direction normal to the image plane - use an Initializer to move them once at the start, or an Action to move them frequently during the effect.