Hey, guys! I have ANOTHER question. I know how to make a rolling hp bar for my game, but I don't know how to make it animate and roll while the computer does something else (like menu selection). Help?
Make a function which rolls it and call it when you need it to do so. Also, don't make the function do a full animation; doing so will waste some time. Try making the function show one frame at a time controlled by an incrementer which is increased each tick.
@Scientist I tried that, but what i want it to do is do the rolling animation while the computer does something else. Sorta like "multitasking". Search up a Mother3 battle online and you'll get what I mean