LastCyborg
Programmer
I have this component in a frame, but i cannot make reference to the index of it.
I have something like this
var selIndex = ListBoxName.getSelectedIndex ();
if (selIndex == 1) //element Index number 1
{
movieClipName.gotoAndStop (selIndex + 1);
}
it should go in the movi clip to the frame number (selIndex + 1) isn't?
or where I wrong?
---LastCyborg---
I have something like this
var selIndex = ListBoxName.getSelectedIndex ();
if (selIndex == 1) //element Index number 1
{
movieClipName.gotoAndStop (selIndex + 1);
}
it should go in the movi clip to the frame number (selIndex + 1) isn't?
or where I wrong?
---LastCyborg---