I'm making a very simple game for a class. Right now, I have all the movement I need, and most of the interactions. The coding is giving me some trouble.
I'm trying to do several things.
1) When I click a moving button, the game ends.
2) When I click the moving button, a health bar of three objects (say put three like images up) adjusts, with the final click giving me a "you win" screen.
Right now, I have a randomly moving button, with other randomly moving images, and a background, all in one frame. Any help?