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?
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.
July 6th, 2008 at 10:37 am
Is this available for download any where? I’ve been searching for a knob FLA based component for awhile now…
August 12th, 2008 at 9:27 pm
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
August 12th, 2008 at 9:47 pm
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.
August 12th, 2008 at 10:08 pm
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.
August 13th, 2008 at 3:33 am
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.