HI ,
was working with CS5 and got stuck
Created a movie clip(a tweening motion)
named the instance "muv"
created a button to control it
used this code to control the movie clip by the button :-
-------------------------------------
btn1.addEventListener(MouseEvent.CLICK,fn1);
function fn1(event:MouseEvent):void{
muv.stop();
}
but this button doesnt seem to work :confused:
Im really confused here...:crazy:
