진행 상황을 저장하고 포인트를 받으려면 로그인하세요!
Shootorial #6

Shootorial #6

by Kongregate

Loading ad...

Shootorial #6

평점:
4.0
출시일: October 27, 2008
최종 업데이트: October 27, 2008
개발자: Kongregate

Shootorial #6의 태그

설명

이 게임에는 아직 설명이 없습니다.

댓글

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