Tag Archives: slideshow

ActionScript

Example: Trip to Chicago 2009 Step by Step Tutorial: Click to download pdf file Use the following ActionScript to create a Next button: next_btn.addEventListener(MouseEvent.CLICK, navigate); function navigate(event:MouseEvent):void { nextFrame(); } Use the following ActionScript if you want to create a … Continue reading

Posted in resources | Tagged , , , | Leave a comment