Posted October 26, 2024 by Sang Hendrix
In this update, you can make HUD bars moving along with any event or the player.
To make a HUD bar follow an event:
>> In X|Y Position, write: event(id).x | Similar to Y: event(id).y
To make a HUD bar follow the player:
>> IN X|Y Position, write: player.x | player.y
Example: X: player.x | Y: player.y - 50
This will make the HUD bar follow the player and move slighty upward by 50 pixel so the HUD bar appear above the head of the player.