Another odd request...
Hi Guys,
m2.addEventListener(MouseEvent.CLICK, clickFunction6);
function clickFunction6(evt:MouseEvent):void {
gotoAndPlay(1000);
}
This is my code for my button "m2". After it has played frames 1000 to 1010, is there anyway I can get it to play from fram 1900 without using "gotoAndPlay" at frame 1010?
Thanks
Joe