Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public class onloaded extends MovieClip
  2.     {
  3.        
  4.         var variable1:String = "hoi";
  5.        
  6.        
  7.         public function onloaded()
  8.         {
  9.             trace("testje")
  10.         }
  11.        
  12.         private function auto():void {
  13.             trace("hardcore dawg");
  14.  
  15.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement