Hey BG good to hear from you.
Yes, the MovieClip I'm referring to is the one that would become the button instance, and would be the one containing a named textfield. Note that this is not a SimpleButton component, just a MovieClip with no internal logic.
So my controller class, once the appropriate MouseEvent is dispatched, would simply change visual button states by advancing the MovieClip to the appropriately labeled frame.
Main Topics
Browse All Topics





by: blue-geniePosted on 2009-09-01 at 02:45:53ID: 25229810
what is your code that you're currently using to achieve this -
>> AS class then sets the textfield.text value in frame 1 of the MovieClip.
i'm assuming by the MovieClip you're refering to the one that is to be the button containing the textfield?