Shootorial #6

Shootorial #6

by Kongregate
回報問題
舉報遊戲
Loading ad...

Shootorial #6

評價:
4.0
推出時間: October 27, 2008
上次更新: October 27, 2008
開發者: Kongregate

Shootorial #6 關聯標籤

簡介

呢個入門級 Flash 遊戲教學會教你點顯示分數、血量計同遊戲結束選單,有「再玩一次」掣同重設邏輯!

玩法說明

完成 Shootorials,學識自己整 Flash game!

FAQ

留言

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..."