H Hussain A New member Dec 2, 2009 #1 play_btn.addEventListener(MouseEvent.CLICK, play_movie); function play_movie(evt:Object):void { gotoAndPlay("Movie"); } The movie is a different scene
play_btn.addEventListener(MouseEvent.CLICK, play_movie); function play_movie(evt:Object):void { gotoAndPlay("Movie"); } The movie is a different scene