I’m trying to get my 10yo nephew interested in using MakeCode to make his own video games and finally struck a chord by asking if he wanted to work on a video game together about the superhero he created and has been writing about for the last few years.
After some discussion, he wants the character to have a couple different attacks: a melee attack and a blast attack. My thought is to have a general melee attack when the B button is pressed, and when enough energy is absorbed, a B button press will shoot a blast.
I’ve made some decent progress on including both forms of attack, and have gotten a power-indicator “overlay” sprite to show the power level, but I’m having trouble figuring out how to get it to stay in the same place on screen regardless of where the player sprite is.
Any help would be fantastic. Thanks!