ubauba
04-01-2003, 06:23 PM
I have a button with the following action assigned.
on (release) {
_root.MSlider.play(3);
gotoAndStop ("About");
}
I have 5 buttons & 5 labels, each button have the above actionscript assigned but different labels. Upon released the button will take me to the label but the MSlider instance will load on some labels but not all. Why does it do that? What am I doing wrong?
thank you
truong
on (release) {
_root.MSlider.play(3);
gotoAndStop ("About");
}
I have 5 buttons & 5 labels, each button have the above actionscript assigned but different labels. Upon released the button will take me to the label but the MSlider instance will load on some labels but not all. Why does it do that? What am I doing wrong?
thank you
truong