Hi,
How would I code something in green foot so that first, a power bar would show up on screen and once a laser hits an object in the game the power bar increases?
Add a power bar to the world, save a reference in the world. Whenever something is hit, use that reference to call a method on the power bar which changes a value in it (which then changes the image of the power bar).