PDA

View Full Version : Cannot Target Movie Clip?


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

oldnewbie
09-27-2006, 08:36 PM
Attach your .fla.

Brayker
09-27-2006, 09:57 PM
linked the fla on the bottom of my post thanks!

oldnewbie
09-28-2006, 03:58 AM
this.mcIntro.mcWebsite.onRollOver = function():Void {
this.gotoAndPlay(2);
}

Can't find that code anywhere in the attached .fla, here or on Webwasp?

If you've removed it... Where was it?