Build a Custom File Extension AIR App 10. 8. 2008 in Flash | 0 Comments | Author: Active.Tutsplus | 665 clicks
This tutorial will explain how to make your own file extensions in Adobe AIR. I'll show you how to build a small application, save the positions of a couple movieclips within it, and reload them when the application is launched.
Build a Mini Golf Game with ActionScript 3.0 10. 8. 2008 in Flash | 0 Comments | Author: Active.Tutsplus | 766 clicks
In this tutorial IŽll show you how to create nice Mini Golf Game with ActionScript 3.0. WeŽll work with Event Handlers, Functions and also the Timer Object which is a really cool feature in AS3.
Build an Efficient Flash DecalSheet System 10. 8. 2008 in Flash | 0 Comments | Author: Active.Tutsplus | 856 clicks
In this tutorial we are going to create 2 classes: the DecalSheet and the Decal. You define X, Y, Width, and Height coordinates to cut out graphics from the DecalSheet and it will return Decals. Decals are Bitmaps and can be used anywhere DisplayObjects would normally be used.
Create a Fully Customizable Scrollbar in Flash 10. 8. 2008 in Flash | 0 Comments | Author: Active.Tutsplus | 1311 clicks
In this tutorial you'll learn how to create a customizable scrollbar in Flash. The scrollbar will move targeted assets from left to right smoothly and would integrate well with a simple image gallery.
Build an XML Driven Contact List Using Flex 3 10. 8. 2008 in Flash | 0 Comments | Author: Active.Tutsplus | 775 clicks
The goal in this tutorial is to built a contact list which loads dynamically from an external XML file. When the user selects a different contact, the data will automatically update to display properly.