This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
SullyFish's Comments
Back to SullyFish's profile
SullyFish
2014/5/28
Midori World
this is awesome
SullyFish
2014/5/14
Progress bar/Health bar class
nvm sorry I found it
SullyFish
2014/5/14
Progress bar/Health bar class
public void hit(){ Actor actor = getOneObjectAtOffset(0, 0, Ennemies.class); if(actor != null) { Bar.subtract(1); } }
SullyFish
2014/5/14
Progress bar/Health bar class
it doesnt find bar.subtract in my other class
SullyFish
2014/5/14
Progress bar/Health bar class
how would I make the bar go down by making a different class touch a different class?
X
2014/5/28
Midori World
2014/5/14
Progress bar/Health bar class
2014/5/14
Progress bar/Health bar class
2014/5/14
Progress bar/Health bar class
2014/5/14
Progress bar/Health bar class