About
This is a website for Dr. Jacie Yang's Web Design & Publishing class at School of Journalism & Mass Communication, Texas State University- San Marcos.-
Recent Posts
Archives
Recent Comments
Categories
Tags
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 →