/ Published in: ActionScript 3
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import flash.display.*; import flash.events.*; import flash.media.*; import flash.net.*; import flash.text.*; import gs.*; import caurina.transitions.*;