in ActionScript Bundletxt.split('[').join('<');
Anonymous
0 Comments
arr.sort(function(a,b){return random(3)-1;});
Anonymous
0 Comments
myColor = (r << 16) | (g << 8) | b;
Anonymous
0 Comments
txtField.text = txtField.text.split("\r").reverse.join("\r");
Anonymous
0 Comments
mClip._xscale = mClip._yscale = 100*square/Math.max(mClip._width,mClip._height);
Anonymous
0 Comments
toggled = (pressed = !pressed) ? trace("on") : trace("off");
Anonymous
0 Comments
function randRange(min:Number, max:Number):Number
{
Anonymous
0 Comments
var evalNumber:Number = 3
if ((evalNumber%2) == 0) { //even }
Anonymous
0 Comments
if (Array1.join('')==Array2.join('')){ trace ('the arrays are the same')}
Anonymous
0 Comments