Search code examples
actionscript-3box2dskin

QuickBox2D: Skin blending or transparency?


I'm wondering if I can lower the transparency of any skin in QuickBox2D, I have searched the documentation but I can't find it. Transparency value or filters(Multiply/Overlay). Anything is welcomed.

Example: If I create a movieclip, and make it overlayed and then call it through a QuickBox2D, it will become invisible.

NOTE: I want to blend skins with the stage background image.

Documentation: http://actionsnippet.com/qb2d/docs/html/index.html


Solution

  • I don't know if this Tutorial will help but it does mention in lines 45-47 that it changes the transparency.

    See if this link may help too.