class basic structure


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



Copy this code and paste it in your HTML
  1. package {
  2.  
  3. import flash.display.*;
  4. import flash.net.URLRequest;
  5. import flash.events.*;
  6.  
  7. public class MainPicture extends MovieClip {
  8.  
  9. public var loaderf:Loader;
  10. public var folder:String;
  11.  
  12.  
  13. public function MainPicture() {
  14.  
  15.  
  16. }
  17.  
  18.  
  19.  
  20.  
  21. }//cierra class
  22. }//cierra package

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.