whiten2
06-20-2003, 03:22 PM
could some please guide me in the right direction please.
I have searched the site but unable to find so i'm sorry if this is rather a simple problem which i believe it is...
I have a swf (web) that has individual MCs on each frame of this swf that loads into a swf container..
As a navigation device for each MC(mb) (residing within this loaded swf (web)). i have a flyout menu that i want to hide away and show only when a user rolls over (rhs) an invisible button (this is in an MC also).
I have all this working well when rolling over and rolling out but
I'm tearing my hair out trying to move to the next frame of the MC(mb).
below is the code i have on the button but it wont work...
any ideas... i know this is simply....thanks...
//////
(on (rollOver) {
play();
}
on (press) {
with (_root.mb) {
nextFrame();
}
}
/////
I have searched the site but unable to find so i'm sorry if this is rather a simple problem which i believe it is...
I have a swf (web) that has individual MCs on each frame of this swf that loads into a swf container..
As a navigation device for each MC(mb) (residing within this loaded swf (web)). i have a flyout menu that i want to hide away and show only when a user rolls over (rhs) an invisible button (this is in an MC also).
I have all this working well when rolling over and rolling out but
I'm tearing my hair out trying to move to the next frame of the MC(mb).
below is the code i have on the button but it wont work...
any ideas... i know this is simply....thanks...
//////
(on (rollOver) {
play();
}
on (press) {
with (_root.mb) {
nextFrame();
}
}
/////