Demo: CS3 FLA based Knob component

Here’s something I’ve been working on using the component helper script:

5 Responses to “Demo: CS3 FLA based Knob component”

  1. daniel Says:

    Is this available for download any where? I’ve been searching for a knob FLA based component for awhile now…

  2. Daniel Rosenstark Says:

    Cool knob.

    What mouse event (or not a mouse event, perhaps?) are you using that gets the knob to keep turning even though the mouse has left the Flash animation entirely?

    Thanks in advance for any help.

    Best,
    Daniel

  3. Daniel Rosenstark Says:

    Sorry, I get it now: I didn’t know that the stage does that! Here’s another knob that provides the code and hence the answer

    http://www.bit-101.com/blog/?p=1337

    You should really release your code because that knob you’ve made is beautiful, and since “you clearly all spend too much time nerding out,” you might as well distribute your code and help feed the world.

  4. chris Says:

    Haven’t got the code to hand, but if memory serves correctly, I’m listening to flash.events.MouseEvent.MOUSE_MOVE on the stage property.

  5. Daniel Rosenstark Says:

    Thanks Chris, I found it a bit later on the knob on this site:

    http://www.bit-101.com/blog/?p=1337

    I never imagined that stage events even work (sometimes) outside of the Flash animation, but apparently they do.

    Thanks for your response.

Leave a Reply