moveflower
Flash study2016. 5. 22. 00:47
actions-1var left = this.frame_mc._x;var right = left + this.frame_mc._width;var top = this.frame_mc._y;var bottom = top + this.frame_mc._height;actions-3//var total = 0;var depth = 300;var iter = 0;//function setQuality(thisSpeed) { if (thisSpeed == 1) { total = 5; iter = 15; } else if (thisSpeed == 2) { total = 5; iter = 25; } else { total = 5; iter = 35; }}setQuality(_global.speed);//fu..