Lives and score tutorial

Lives and score tutorial

โดย CoolioJulio
รายงานบั๊ก
รายงานเกม
Loading ad...

Lives and score tutorial

คะแนน:
2.3
เปิดตัว: May 18, 2009
อัปเดตล่าสุด: May 18, 2009
ผู้พัฒนา: CoolioJulio

แท็กสำหรับ Lives and score tutorial

รายละเอียด

Learn how to program lives and score!

วิธีเล่น

Arrow keys to move and space to shoot

อัปเดตจากผู้พัฒนา

May 18, 2009 12:31pm

This is the code to add:
var score = 0;
var lives = 3;
this.onEnterFrame = function()
{
this.x += 9;
if (this.
x > 550)
{
this.removeMovieClip();
}
for (i = 0; i < root.nrEnemies; i++)
{
if (this.hitTest(
root[“Enemy” + i]))
{
_root[“Enemy” + i].reset();
_root.score += 10;
this.removeMovieClip();
}
}
}

ความคิดเห็น

0/1000
C0NSENSUS avatar

C0NSENSUS

Dec. 23, 2013

1
0

wtf game = shit game

migue5356 avatar

migue5356

May. 19, 2009

0
0

?????

Seth1134 avatar

Seth1134

May. 18, 2009

0
0

Wow if your going to make a tutorial make it actaully teach something...

Tobi800 avatar

Tobi800

May. 18, 2009

0
0

WTF! this is bullshit

bakerej avatar

bakerej

May. 18, 2009

0
0

this is just as much trash as the one you previously posted one. FLAG