From the category archives:

ActionScript

Creating an XML Slideshow in Flash

by admin on October 1, 2008

All the contents of our slideshow will be controlled through an XML file so that you can updated your images and their description without going back to your FLA, the XML file will also control the speed of the slideshow.

{ 0 comments }

Click here to view the full tutorial.

String manipulation with actionscript 3

by admin on September 30, 2008

Talking about strings and how to manipulate strings with actionscript 3.0

{ 0 comments }

Click here to view the full tutorial.

Image Color Tinting using Actionscript

by admin on September 30, 2008

Change the tint of an image using the ColorTransform and Transform classes

{ 0 comments }

Click here to view the full tutorial.

Using SetInterval() in Flash ActionScript

by admin on September 21, 2008

This tutorial will teach you the basics on how to use the setInterval() method in Flash to execute code repeatedly at given time intervals.

{ 0 comments }

Click here to view the full tutorial.

Frame jumping by action script

by admin on August 17, 2008

This simple tutorial will show you how to jump on any frame using a little action script code.

{ 0 comments }

Click here to view the full tutorial.

See this tutorial and learn how to load and display a picture from the Library on stage using the action script code and some special flash tricks.

{ 0 comments }

Click here to view the full tutorial.

Functions with actionscript 3

by admin on August 16, 2008

Learn how to build your own custom function using flash actionscript 3.

{ 0 comments }

Click here to view the full tutorial.

Mp3 player with volume slide

by admin on August 16, 2008

Learn how to make a great stylish volume slider with flash actionscript including volume slider functionallity.

{ 0 comments }

Click here to view the full tutorial.

Clear red and white menu

by admin on August 15, 2008

In this lesson, you have a chance to learn how to create modern clear red and white flash menu using the action script code and some special flash tips and tricks.

{ 0 comments }

Click here to view the full tutorial.

Loading XML data in Flash using ActionScript

by admin on August 15, 2008

XML can be used to load external data in Flash to provide an easy method for structuring content so that it is easy to understand, process, and update.

{ 0 comments }

Click here to view the full tutorial.