Shootorial #6

Shootorial #6

ni Kongregate
I-report ang bug
I-flag ang Laro
Loading ad...
Loading ad...

Shootorial #6

Rating:
4.0
Pinalabas: October 27, 2008
Huling update: October 27, 2008
Developer: Kongregate

Mga tag para sa Shootorial #6

Deskripsyon

This beginning level Flash game making tutorial covers score display, health meter, and game over menu with โ€œplay againโ€ button and game reset logic!

Paano Maglaro

Complete the Shootorials and learn to make your own Flash games!

FAQ

What is Shootorial 6?

Shootorial 6 is a browser-based space shooter game developed by Kongregate, forming part of the Shootorial tutorial series that teaches game development concepts.

How do you play Shootorial 6?

In Shootorial 6, you control a spaceship to shoot incoming enemies and avoid getting hit, using your keyboard for movement and firing.

What progression or upgrade systems are in Shootorial 6?

Shootorial 6 introduces features like animated enemies and player ship movement improvements, but it does not include a traditional upgrade or progression system.

Is Shootorial 6 a multiplayer game?

No, Shootorial 6 is a single-player arcade-style shooter, and there is no multiplayer or co-op mode.

What platforms can you play Shootorial 6 on?

Shootorial 6 is designed to be played in a web browser, making it accessible on most desktop platforms without the need for downloads.

Mga Komento

0/1000
Mars83 avatar

Mars83

Oct. 20, 2010

74
2

My healthMeter wasn't working until I added "resetHealth();" in the "function onLoad()" [--> Ship.as].
Perhaps this could help somebody.

chunygami avatar

chunygami

Dec. 10, 2009

29
1

Okay there how i solved my problem with health bar:
1.Create the healthMeter layer (i'll call it hMl)
2.On the hMl, create a New Symbol(Insert>New Symbol).Name it "HealthMeter"(Movie Clip that's all anything else) and click Ok.
3.Now "HealthMeter" is in your library, double click on it.You'll go inside.
4.There is a empty layer, just create 2 others and you'll have 3.Name them from upper to bottom:border,bar,backdrop.
5.Draw your Healthbar now:
-On border layer: draw only border without anything inside.you can draw it with flash tools but you can import from png file too.
-On bar layer:you have to draw the green rectangle with Flash.
-On backdrop layer:draw a white rectangle or obmit it if you want it transparent (this layer isn't important).

Hobelbruder avatar

Hobelbruder

Apr. 22, 2010

40
2

if your health meter doesn't move, also make sure that your healthmeter on the scene has got the instance name 'healthMeter'. check this in it's properties. i needed 3 hours to find that out -.-

iGreenPuffle92 avatar

iGreenPuffle92

Apr. 09, 2010

37
4

nvm, I got it to work, I just followed the tutorial all over again and it worked! by the way, Putting health=100; in the onLoad function works like a charm.

3ndl3ss avatar

3ndl3ss

Jan. 12, 2013

5
0

"Now that we have a working health meter..."