PDA

View Full Version : Is this possible?


papaan
03-11-2005, 07:46 PM
Have 10 buttons (with mouse over states) that load external SWFs into the empty MC named "container" . Is it possible to leave these buttons in their mouse over states when their corresponding SWF loads?

For example
Button 1 loads , Movie1.swf and then stays in its mouse over state to indicate that the user is viewing the movie corresponding to that button.

Please help. Thanks

Flash Gordon
03-11-2005, 08:46 PM
when the other movie clip loads try this
onClipEvent(load) {
myMouseOver_mc.gotoAndStop(4);
}
that will work if your buttons are movie clips, but im not sure how to do it with real buttons

papaan
03-11-2005, 09:38 PM
Although I managed to do a bit differently, you gave me the idea of how to do it.
Thank you very much
=)

neonleif
05-10-2005, 04:00 PM
how? i'd like to know...
i got the exact same problem.