Guest User

Untitled

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