Brayker
09-27-2006, 07:49 PM
first and foremost than you if you are reading this to see if you can help.:)
I am working on a flash site currently and cannot figure out why I cannot target a certain movie clip which is nested within another movieclip.
The movie consists of this:
MAIN TIMELINE
mcIntro
<---nested in mcIntro-->
-mcWebsite
-mcWebpage
-mcListings
<--nested in mcIntro-->
I have the Actions on the main timeline so I am targeting the Movieclips like so.
this.mcIntro.mcWebsite.onRollOver = function():Void {
this.gotoAndPlay(2);
}
All of the movieclips have instance names which are same as above.
I want to put Roll over actions on each. I have done this before but for some reason it isnt working this time. The only thing different is that they are under a mask.
I even tested it and just tried to set the visible property to false and it did not work. I even targeted the movieclip through the movie explorer and still no comprende lol.
PLEASE HELP!
http://hien.odwbeta.com/ray/scene1.fla <--url to FLA
I am working on a flash site currently and cannot figure out why I cannot target a certain movie clip which is nested within another movieclip.
The movie consists of this:
MAIN TIMELINE
mcIntro
<---nested in mcIntro-->
-mcWebsite
-mcWebpage
-mcListings
<--nested in mcIntro-->
I have the Actions on the main timeline so I am targeting the Movieclips like so.
this.mcIntro.mcWebsite.onRollOver = function():Void {
this.gotoAndPlay(2);
}
All of the movieclips have instance names which are same as above.
I want to put Roll over actions on each. I have done this before but for some reason it isnt working this time. The only thing different is that they are under a mask.
I even tested it and just tried to set the visible property to false and it did not work. I even targeted the movieclip through the movie explorer and still no comprende lol.
PLEASE HELP!
http://hien.odwbeta.com/ray/scene1.fla <--url to FLA