Guest User

Untitled

a guest
Jan 23rd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package
  2. {
  3.  
  4. public class Main extends Sprite
  5. {
  6. public function Main()
  7. {
  8. super();
  9. this.addEventListener(Event.ADDED_TO_STAGE, start);
  10. }
  11. public function start(event:Event):void
  12. {
  13. }
  14. }
  15. }
Add Comment
Please, Sign In to add comment