Guest User

Untitled

a guest
Jan 14th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var happinessBox:HappinessBox = new (HappinessBox);
  2.         addChild (happinessBox);
  3.    
  4.    
  5.        
  6.         var happinessBox:Boolean = true ;
  7.        
  8.         if(happinessBox == true){
  9.             trace("happie")
  10.         }else{
  11.             trace("triest");
  12.            
  13.         }
Add Comment
Please, Sign In to add comment