When you say:
Quote:
Create a combo box, stick this code on the same timeline the combo box is on:
Paste the code onto the actions for the stage or for the actions of the combobox? I am guessing combobox, but since I am not sure I am asking.
In the line:
comboBoxInstance.dataProvider = [1...
Gave it a shot and tried a bunch of things to no avail. It just doesn't work the way I want it to. I think I am trying to do too much with the menu/combobox/listbox components.
When the directions tell you to add the component then delete it, then readd it through actionscript, it just gets too...
Ok:
on (click) {
//Movieclip GotoAndStop Behavior
this._parent.gotoAndStop("2");
//End Behavior
}
Works for the button component, now if I can figure out how to use the menu component. That would be excellent.
I tried
on (click) {gotoAndPlay(2);
}
and I tried
on (click) {gotoAndStop(2);
}
both with no success. Don't understand why I am having a problem with this.
For buttons I make, I can use on release gotoandplay with no problems.
I am able to turn a graphic into a button and use the on release functions I add to the buttons to work.
The thing I can't get to work is the already in place button component or the menu component that comes with flash mx2004. I was hoping someone could explain/show me how I can use those...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.