Things that matched 'movieclip'

  • Interesting feature of the contains() method

    We've all been playing around with ActionScript 3.0 for some time now, but it's amazing how much of the core display list features remain a...

  • Duplicate event listeners

    I got asked the other day what happens if you already have a listener assigned to an object and then reassign it again. Wondering under...

  • mouseChildren?

    Yet another quirk of buttonMode in AS3.0 is the art of getting your MovieClips to behave like buttons to useHandCursor. Simply setting buttonMode=true will only...

  • What's happened to stage? Unravelling the display list

    You're trying to do something like: public class MyClass extends Sprite { public function MyClass() { ...