วันพุธที่ 18 กุมภาพันธ์ พ.ศ. 2558

หมึกขาดตอน canon printer mp237

canon printer mp237 มีอาการหมึกขาดตอนในสาย ให้ทำความสะอาดตลับหมึกอย่างละเอียด ตามภาพ



วันจันทร์ที่ 9 กุมภาพันธ์ พ.ศ. 2558

วันเสาร์ที่ 7 กุมภาพันธ์ พ.ศ. 2558

วันศุกร์ที่ 6 กุมภาพันธ์ พ.ศ. 2558

วันจันทร์ที่ 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();
 }
}

duplicateMovieClip จับเวลา countdown

for (i=1; i<=5; i++) {
 _root["orange"].duplicateMovieClip("orange"+i, _root.getNextHighestDepth());
 _root["worm"].duplicateMovieClip("worm"+i, _root.getNextHighestDepth());
}
stop();
timer = 30;
countdown = function () {
 timer--;
 if (timer == 0) {
 clearInterval(countdownInterval);
 gotoAndStop(2);
 }
};
countdownInterval = setInterval(countdown, 1000);

poke scarlet pokedex

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