Actionscript 3 main import statements


/ Published in: ActionScript 3
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. import flash.display.*;
  2. import flash.events.*;
  3. import flash.media.*;
  4. import flash.net.*;
  5. import flash.text.*;
  6.  
  7. import gs.*;
  8. import caurina.transitions.*;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.