วันจันทร์ที่ 26 มกราคม พ.ศ. 2558

script ในตัวหนอน หรือ ผลไม้ หล่นลงมา

onClipEvent (load) {
 function reset() {
 if (this._name == "worm") {
 this._visible = false;
 } else {
 this._visible = true;
 }
 this.dead = 0;
 this.speed = random(2)+2;
 this._y = 0;
 this._x = random(1000);
 }
 this.reset();
}
onClipEvent (enterFrame) {
 this._y+= this.speed;
 if (this._y>768) {
 this.reset();
 }
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

poke scarlet pokedex

 https://www.dualshockers.com/pokemon-scarlet-violet-full-pokedex/ [001 Sprigatito] 08000000 03075530 00000000 0000038A [002 Floragato] 0800...