PDA

View Full Version : i don't even know how to ask this


cablecharlz
08-17-2002, 11:53 PM
ok...i know this is very easy to do but i can't do it for some reason

what i'm doing now is that i have a button that when it rolls over i want a MC to unload and another MC to load in the place that the other MC unloaded from

everything here is internal and the MC's are not external swfs but MC's that i madein the same library

i don't reli understand how to use to root.XXX or whatever
i've tried visible, gotoandplay and those things but i think my coding is wrong

what would i do?

thx for any responses

Jesse
08-18-2002, 01:24 AM
Re-read the instance tutorial, then the paths tutorial, then the set property tutorial.
The best way to do this woul dbe to place all your instances where you want them to appear, and in the first frame set them all to _visible = false. Then when your button is clicked set the all the visibilities to false again and reset the visibility of the one you want to see to true.