Copy link to clipboard
Copied
There is Adobe documentation for a Slider control at http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/Slider.html , but I've never been able to find a slider control within Flash. I'm guessing I'm missing something and this is a stupid question, but does anyone know what the deal is?
Slider is highlighted blue in code but if I try to make a Slider in code it gives me a type was not found error.
The Slider is one of the AS3 components. It will be in the User Interface of the Components panel.
And you will need to "import" it if you want the code hinting/highlighting to work properly....I think:
import mx.controls.sliderClasses;
Copy link to clipboard
Copied
The Slider is one of the AS3 components. It will be in the User Interface of the Components panel.
And you will need to "import" it if you want the code hinting/highlighting to work properly....I think:
import mx.controls.sliderClasses;
Copy link to clipboard
Copied
Yup, it was a stupid question. Thanks!
Copy link to clipboard
Copied
been there
done that
glad it worked for you
Find more inspiration, events, and resources on the new Adobe Community
Explore Now