Shooting Tutorial

Shooting Tutorial

โดย CoolioJulio
รายงานบั๊ก
รายงานเกม
ยอดนิยม
Retro Bowl
ยอดนิยม
Learn to Fly 2
ยอดนิยม
The Enchanted Cave 2
ยอดนิยม
Kingdom Rush Frontiers
ยอดนิยม
UnpuzzleX
🔥 มาแรง
NGU IDLE
ยอดนิยม
Swords and Souls
ยอดนิยม
Fleeing the Complex
ยอดนิยม
Bloons TD 5
ยอดนิยม
Bloons Monkey City
ยอดนิยม
Escape Game - Computer Office Escape
ยอดนิยม
Incremancer
ยอดนิยม
Bit Heroes
ยอดนิยม
SAS: Zombie Assault 4
ยอดนิยม
Mutilate-a-Doll 2
ยอดนิยม
Epic Battle Fantasy 5
ยอดนิยม
Epic Battle Fantasy 4
ยอดนิยม
Learn to Fly 3
ยอดนิยม
The King's League: Odyssey
ยอดนิยม
Kingdom Rush
Loading ad...

Shooting Tutorial

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

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

รายละเอียด

Learn how to create a simple game to shoot.
You should complete my first tutorial to learn ship movement!
Just search Profile: CoolioJulio and its one of my games!

วิธีเล่น

Arrow keys to move and space to shoot!

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

May 14, 2009 7:44am

Here is the code so you can copy and paste it!

var i = 0;
var score = 0;
var lives = 3;

this.onEnterFrame = function()
{

if (Key.isDown(Key.RIGHT))
{
if (Ship.hitTest(550, Ship.y, true))
{
Ship.x -= 7;
}
Ship.x += 7;
}
else if (Key.isDown(Key.LEFT))
{
if (Ship.hitTest(0, Ship.y, true))
{
Ship.x += 7;
}
Ship.x -= 7;
}
else if (Key.isDown(Key.UP))
{
if (Ship.hitTest(Ship.
x – 40, 0, true))
{
Ship.
y += 7;
}
Ship.
y -= 7;
}
else if (Key.isDown(Key.DOWN))
{
if (Ship.hitTest(Ship.
x – 40, 300, true))
{
Ship.
y -= 7;
}
Ship.
y = 7;
}
if (Key.isDown(Key.SPACE))
{
i
+;

_root.attachMovie(“Bullet”, “Bullet” + i, _root.getNextHighestDepth());
root[“Bullet” + i]._x = Ship.x + 3;
root[“Bullet” + i]._y = Ship.y;

}

}

ความคิดเห็น

0/1000
sirolf2009 avatar

sirolf2009

Jul. 04, 2009

0
0

i had a lot of errors, ive make them all good but its still not working

PaladFKStatium avatar

PaladFKStatium

Jul. 02, 2009

0
0

The shooting programming does not work at all. The code is completely wrong, it is incomplete - the fact that you put up the tutorial and following your own code that you can't shoot is kind of a fail. Also, it is not a problem with your computer. It is the source of incomplete code, completely assigned wrong, to begin with. Don't blame your computer for not being able to program properly

Heylon avatar

Heylon

Jun. 30, 2009

0
0

SINTAX ERROR-dude even my self created code works better. this code is so dead not even i can fix it. i fixed most of it.

wootithink avatar

wootithink

May. 27, 2009

0
0

Ehhhhhh

CoolioJulio avatar

CoolioJulio

May. 18, 2009

0
0

The code works. I tried it out on a different file!

Desktop Tower Defense Map Editor
Tutorial: How to make a basix Maze Game without any experience
How To Solve A Rubik's Cube!!
ยอดนิยม
Flash Games Tut2
ยอดนิยม
Flash Tutorial For Beginners
for god sake don't click!
how to make a basic adventure game using flash
basic flash tutorial
Tutorial: How to make a Basix Pong Game
I wanna be a popstar