flash 8
สร้าง movie clip ลูกบอล หล่นลงมา
สร้าง movie clip กด f9 ใส่ code ที่ mc
onClipEvent (load) {
function reset(){
this._y=0;
this._x=random(1024);
}
i = random(9)+1;
}
onClipEvent (enterFrame) {
this._y += i;
if (this._y>768){
this.reset();
}
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น