Category Archives: Actionscript

Using jQuery to Customize Your Adobe AIR Application

Did you create Adobe AIR Application before? Do you know, beside actionscript, javascript also avaliable inside the AIR application. Within the AIR application, you can build your interface with html and then make connection between AIR and the html interface … Continue reading

Posted in Actionscript, AIR, Flex, Source Code, Tutorials | Tagged , , , | 1 Comment

News | 25 Line ActionScript Contest begins

What can you do in 25 lines of code? Who have the telnet to code admazing flash in 25 lines, let come and join the contest. Here are the rules,  judges and prizes. The contest begins at 12:00:01 a.m. morning … Continue reading

Posted in Actionscript, News | Tagged , | Leave a comment

Source | Dynamic Dropdowns with external XML

Cool code by Chris Brimelow, showing the dropdowns being populated dynamically with data from an external xml file. The xml data is captured in multidimensional arrays and fed to the combobox components. When you select a make in the first … Continue reading

Posted in Actionscript, Flash, Source Code | Tagged , , , , , , , , | Leave a comment

Tutorial | From Flash to Flex: Creating ActionScript Components for Flex

Do you want to develop applications more quickly, write cleaner code, and use external sources as the data that drives your applications? Kris Hadlock explains how to create an ActionScript component for Flex by using XML as a data source … Continue reading

Posted in Actionscript, Flash, Flex, Source Code, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

Tutorial | AS3 Key Movement (Video Tutorial)

Learn how to move a movieclip with the arrow keys using Actionscript 3.0.

Posted in Actionscript, AS3, Flash, Tutorials | Tagged , , , , , , , , , , | 2 Comments

Tutorial | Actionscript 3 Mouse Tracking (Video Tutorial)

A video tutorial showing how to create two movieclips that follow the X and Y coordinates of the mouse to give a target like effect, this is ideal for shooting type games.

Posted in Actionscript, AS3, Flash, Tutorials | Tagged , , , , , , , , , | 3 Comments

Source Code | Exploding and Rebuilding an Image using PV3D

You can find at this post of CS54, the source code which let’s you explode and rebuild the same image, using as3 and pv3d 2.0

Posted in Actionscript, Flash, Source Code | Tagged , , , , , , , , , , , , , | Leave a comment

Tutorial | An Image Exploding into Particles

This tutorial, is one of the most impressive particles applications i’ve seen. In this application you see an explosion and particle effects coming from a simple image in a 3D environment. See the application demo, and read the author comments … Continue reading

Posted in Actionscript, Flash, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Tutorial | Creating liquid GUIs with Flash and ActionScript 3.0

By James O’Reilly jamesor.com With user experience expectations on the rise, developers increasingly are looking for ways to bring the rich experience of a desktop application to the web. This article is about developing dynamic graphical user interfaces (GUIs) that … Continue reading

Posted in Actionscript, AS3, Flash, Tutorials | Tagged , , , , , , , , | 1 Comment

Tutorial | Accessing displayObjects on the timeline after a gotoAndStop or gotoAndPlay

Great tutorial by Scott Morgan, pointing one of the Adobe Flash bugs, and helping you to fix it. Everything is well explained and all the source code you need is there. Read Tutorial

Posted in Actionscript, AS3, Flash, Source Code, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment