anyone up for flash help?
anyone up for flash help?
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- unfittoprint0
wiser if you do this.
//Inside your [movieclip] buttons
this.onRelease = function(){
_parent.active.gotoAndPlay("inac...
this.gotoAndPlay("active");
_parent.active=this;
}//In the main timeline you'll just have to do something like
myVar= active._width
myVar= active.buttonVar
etc. . .