Photo gallery (AS 3.0). Adobe Flash / ActionScript
In this tutorial we will build a photo gallery. We will load the paths to the photos from an xml file and will use the Tweener class to add some nice transitions.
Creating an XML Slideshow in Flash Adobe Flash / ActionScript
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.
Control sound volume. Adobe Flash / ActionScript
In this tutorial we will learn how to control the volume of the sound that we play in Flash.
Adding sound to your site can improve the user experience but not offering a way to control the sound could irritate the user and make him go away forever, and we don't want that.
Draw lines in Flash CS3 using code. Adobe Flash / ActionScript
In this tutorial we will draw using ActionScript code. It is a simple and fun tutorial. We will use our mouse to draw lines of different thickness and random color. You can test your drawing skills if does not look good from the first time clear and start again.
Create and style textfields with AS3 Adobe Flash / ActionScript
In this Flash actionscript 3.0 tutorial you will see how to dynamically create a textfield on the stage, giving it properties and add some styling to it, all done with actionscripting.
Creating an Advance Flash Image Gallery Adobe Flash / ActionScript
This tutorial will teach you how to create an advanced scrolling gallery using XML. All of our assets will be dynamically loaded and the gallery could be fully customized using the XML file.
Tips For Beginner Flash/Actionscript Developer Adobe Flash / ActionScript
Do you need to write a bit more than just gotoAndPlay() and gotoAndStop()? Or finally would like to try to make some animations via ActionScript and not in timeline? Then please consider the following advices!