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

    • CommentAuthoranthonyp
    • CommentTimeMar 10th 2010
     
    Hello,

    I need some help with creating a hit test between a movie clip and the particle system.

    Also is it possible for the system to return a value when it leaves an action zone, true, false, etc.

    I am very new to as3 and the particle system and I could really use some help.

    Thanks
    • CommentAuthorRichard
    • CommentTimeApr 6th 2010
     
    The BitmapRenderer has a bitmapData property, which is the bitmap data displayed in the renderer. You can use this as the basis for a hittest of some form. You'll probably want to draw data into a second bitmap to find collisions - Grant Skinner blogged about how to do this with AS2 some years ago - the principle is still the same in AS3.