
Re: [Request]having health follow stage
Two ways:-
1.)Put the health bar inside another Movie clip, and make the movie clip follow the player.
This makes it easier to control where the hp bar appears.
2.) Add the bar inside the camera, then remove any code from the camera which makes it invisible. (usually something like _visible = false;)