View Full Version : flash controlling movieclip
asalwal
September 24th, 2002, 07:28 PM
I have 3 buttons lined up that when rolled over, I want an outline i created to move to that button...so if you roll over the button, it moves there and then stays there on rollout. Then, if you roll over a second button, I want the outline to move from wherever it was before...to the current button. What would be the best way to do that?
any ideas?
spighita
September 25th, 2002, 12:34 AM
Hello:
Use
on (release) {
_root.yourMCinstanceName.gotoAndPlay(1);
}
or
on (release){
tellTarget("yourMCinstanceName"){
gotoAndPlay(1);
}
}
if your not sure what name you gave your instance click on the target on your bottom right corner and it will tell you where your target is. You change release to rollover, rollOut, ,etc. Hope it helps.
flex
September 25th, 2002, 12:39 AM
Can be done - but be more specific when you say an outline you did. What exactly do you want to move under/over/above the buttons.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.