เข้าสู่ระบบเพื่อบันทึกความคืบหน้าและรับคะแนน!
Preloder Tutorial

Preloder Tutorial

โดย exailed

Loading ad...

Preloder Tutorial

คะแนน:
2.1
เปิดตัว: June 07, 2011
อัปเดตล่าสุด: June 07, 2011
ผู้พัฒนา: exailed

แท็กสำหรับ Preloder Tutorial

รายละเอียด

a preloaded tutorial with codes and everything and a mini game included and also a download for a premade preloader if your a newb

วิธีเล่น

rate 5/5

ความคิดเห็น

0/1000
draganviper avatar

draganviper

Jun. 07, 2011

5
0

Your grammar and spelling fail. The code is too small to read. The song is inappropriately loud and doesn't match the material at all. You are dismissive of your audience. You did not explain anything in a way that someone who was having trouble would understand. you did not clarify that your method only works when developing a game in CSx. Basically, you put almost no thought or effort into this at all and it shows.

Alphabetix avatar

Alphabetix

Jun. 07, 2011

2
0

the code is non selectable and too small to be able to read it :P

exailed avatar

exailed

Jun. 07, 2011

2
3

thats the code if the game 1 didnt work

exailed avatar

exailed

Jun. 07, 2011

2
3

onClipEvent (enterFrame) {
loaderc = _root.getBytesLoaded();
loadert = _root.getBytesTotal();
_root.per = Math.floor(loaderc/loadert*100)+"%";
this._xscale = Math.floor(loaderc/loadert*100);
if (loaderc == loadert) {
_root.gotoAndStop(2);
}
}