var phrases:Array = [“Okay!”, “Yeah!”, “What?”]; LilJohn.shout(phrases[Math.random()*phrases.length]); #songsincode
var phrases:Array = [“Okay!”, “Yeah!”, “What?”]; LilJohn.shout(phrases[Math.random()*phrases.length]); #songsincode
Comments (View)