#how can i make a hud that follows the player?

22 messages · Page 1 of 1 (latest)

cloud plume
#

I made a Hud, but i don't know how i make this follow my player in my plataform game

cunning kernel
#

use draw gui

cloud plume
#

what is this?

cunning kernel
#

how does your current hud work?

#

draw gui is an event type

cloud plume
#

it's only a sprite

cunning kernel
#

oh so you just made a sprite

#

ok, you need to draw that sprite in draw gui event then

cloud plume
#

and then its done?

cunning kernel
#

well depends on what you want to do

#

draw gui draws to a gui layer

#

which doesn't move

#

gui layer sits above everything else in the game

cloud plume
#

ok ok

#

where do i create gui event?

cunning kernel
#

in any object

#

you can create

cloud plume
#

oh, ok, thanks ❤️

fathom notch
#

Do you have a Camera Object?

#

Or is your camera viewing the whole room?

#

wait nevermind

#

mb