Groups | Blog | Home
all groups > flash actionscript > june 2004 >

flash actionscript : button losing functionality



JPI
6/18/2004 10:16:07 PM
Dang. I have a MovieClip (surprise!), who's onRollOver function attaches
another movieClip to it. The attached Clip has a button on it.
Upon running the project, everything works great, except the button in the
attached movieClip doesn't work. Here's the code for the onRollOver
function....

Any suggestions?


on(rollOver)
{
mySound = new Sound(this);
mySound.attachSound("effect");
mySound.start();
this.top.gotoAndPlay(2); //slide top panel up
this.bottom.gotoAndPlay(2); //slide bottom panel down
this.attachMovie("mc_skyControl", "skyControls", 2, {_y: 35}); //contains
the button
}
MechaFlasher
6/18/2004 11:52:53 PM
AddThis Social Bookmark Button