This site requires JavaScript, please enable it in your browser!
Greenfoot back
MKO
MKO wrote ...

2019/4/27

Help with excercise 9.73 from "Michael Kölling Introduciton to Greenfoot"

MKO MKO

2019/4/27

#
Hello Can sombody show me how to do this specifik excercise because im stuck and have no idea how to do it. The excercie wants me to make an indicator for when the proton wave is loading so the players can see when its ready to be used again.
danpost danpost

2019/4/27

#
You want to show a value that goes from 0 to 100 (a percent value) to indicate how recharged the proton wave firing state is. You probably would want to use a loading bar type object which will show the progress visually instead of using text. Please refer to my Value Display Tutorial scenario.
You need to login to post a reply.