So I've been trying to make a working hud for a while now.
I have 2 moving images, (and some not moving images around to frame them but those aren't important) and I want them to move left off the screen.
Like this basically:
Is there anyway to get like, a negative number from the "set hp/mp as variable" command? (As in, Hp is 100 so the variable is -100.)
Or do i have to do this the hard way and just set 100 conditional branches that subtracts 1 from the X of the image position for each HP? Would that even be possible or would it break the game with lag?
The mc is only gonna have 100 Hp and 100 Mp but thats still 200 checks.
Is there a script to let me do this(or something like this) easier? I've been looking but haven't found one that doesnt have the game draw things for you, and thats just a little bit ugly.
I would appreciate any help you can give me.
I have 2 moving images, (and some not moving images around to frame them but those aren't important) and I want them to move left off the screen.
Like this basically:
Is there anyway to get like, a negative number from the "set hp/mp as variable" command? (As in, Hp is 100 so the variable is -100.)
Or do i have to do this the hard way and just set 100 conditional branches that subtracts 1 from the X of the image position for each HP? Would that even be possible or would it break the game with lag?
The mc is only gonna have 100 Hp and 100 Mp but thats still 200 checks.
Is there a script to let me do this(or something like this) easier? I've been looking but haven't found one that doesnt have the game draw things for you, and thats just a little bit ugly.
I would appreciate any help you can give me.
