Return to Snippet

Revision: 5597
at March 18, 2008 09:18 by mswallace


Initial Code
import flash.display.*;
import flash.events.*;
import flash.media.*;
import flash.net.*;
import flash.text.*;
	
import gs.*;
import caurina.transitions.*;

Initial URL


Initial Description
I use these main import statements for the begaining of all my Actionscript 3 projects. The last two are custom classes that I use for tweening. One class is called Tweener and the other is called TweenLite.

Initial Title
Actionscript 3 main import statements

Initial Tags
actionscript

Initial Language
ActionScript 3