Things that matched 'mouse'

  • ExternalInterface examples

    ExternalInterface is the API in the Flash Player that allows you to send data into an embedded SWF once it's running in a web page....

  • What is an ArrayCollection?

    What is an ArrayCollection? For developers new to Flex, possibly one of the most confusing parts of understanding how to use the Flex Framework is the...

  • How can script injections be good?

    Wandering around the various blogs and forums relating to ActionScript, as I frequently do, I came across an article that not really troubled me. Over on...

  • 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...

  • Sprite, buttonMode and nested TextFields

    I've noticed a few problems getting Sprites to behave properly in buttonMode when a TextField is nested within. An example would be using the drawing...