PDA

View Full Version : calling mc



mad_man
September 5th, 2004, 02:30 PM
hello,
i am new to flash and i confused. Like if i have an instance of an mc called NavBT which is inside a button. now on the button actions can i put this code:
on (rollOver) {
this.NavBt.gotoAndPlay("lb-over");
}

so that when i rollover the button it goes and plays the label called lb-over which is inside the NavBT?

Thanks

maximum_flash
September 5th, 2004, 06:57 PM
... umm yea

did you try it?