i am a newbie in AS3 or should i say a total noob in actionscripts and flash itself.
Currently i need help on how to make a health bar.
Basically i need to make a health that decrease over time when the mouse clicks on it. Meaning:Example when there are like 4 objects, A,B,C,D A and B are objects that help that player score points and C and D are objects that make the health bar goes down. By using mouse event, i must make it able to detect the clicking when the object is being clicked.
I need help on both the health bar and the clicking part to detect.