A new version of this scenario was uploaded on Mon May 13 15:17:00 UTC 2013
- fixed bug, where enemys got stuck at left side of the map.
A new version of this scenario was uploaded on Mon May 13 15:18:28 UTC 2013
- fixed bug, where enemys got stuck at left side of the map. (it's still a little buggy, but works :D)
A new version of this scenario was uploaded on Mon May 13 15:18:47 UTC 2013
- fixed bug, where enemys got stuck at left side of the map. (it's still a little buggy, but works :D)
A new version of this scenario was uploaded on Mon May 13 15:22:50 UTC 2013
- fixed bug, where enemys got stuck at left side of the map. (it's still a little buggy, but works :D)
A new version of this scenario was uploaded on Tue May 14 18:17:12 UTC 2013
v1.1:
- you see how many ammunition you have
- killcounter
You can save highscores with the UserInfo-class!
Following code I copyed from the scenario http://www.greenfoot.org/scenarios/8385:
UserInfo ui_=UserInfo.getMyInfo(); // gets the UserInfo of the current user
if(ui_!=null) // Checks, if a UserInfo could be called
{
ui_.setScore(Greenfoot.getRandomNumber(10001)); // sets the Score
ui_.store(); // saves the score
}
It's not very complicated!
Thanks i'll try. But before i add highscores i have to make enemys not die after one hit and i'll also add a healthbar for the player and *then* highscores ;)
A new version of this scenario was uploaded on Thu May 30 08:53:11 UTC 2013
v1.2
- added backgroundmusic
- bullets have new color (to see them better)
A new version of this scenario was uploaded on Tue Jun 04 13:22:24 UTC 2013
v1.2.1:
- added (german) description of what I did in the code
A new version of this scenario was uploaded on Tue Jun 04 13:22:56 UTC 2013
v1.2.1:
- added (german) description of what I did in the code
A new version of this scenario was uploaded on Wed Jun 05 15:52:26 UTC 2013
v1.2.2:
-changed skin (comic-style)
- working on enemys tanking many hits until they die.
>> Please help <<
When you play the game you'll notice, that some enemys just die with no reason, i don't know why please help to solve the bug! (No highscores possible with this bug D:)
>> Please help << When you play the game you'll notice, that some enemys just die with no reason, i don't know why please help to solve the bug! (No highscores possible with this bug D:)
A new version of this scenario was uploaded on Mon Jun 10 16:15:50 UTC 2013
v1.3:
- added health for player and enemy
- you see how much health you have (working on a healthbar)
- bugfixes
2013/4/29
2013/4/29
2013/4/29
2013/4/29
2013/4/29
2013/4/29
2013/4/29
2013/4/30
2013/4/30
2013/5/14
2013/5/14
2013/5/16
2013/5/16
2013/5/17
2013/5/17
2013/5/17
2013/5/17
2013/6/4
2013/6/4
2013/6/5
2013/6/10
2013/6/10
2013/6/10
2013/6/10
2013/6/10
2013/6/10
2013/6/10
2013/7/22