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

Comments for Jump!

Return to Jump!

A new version of this scenario was uploaded on Wed Apr 18 19:02:33 UTC 2012 -Added the menu -Removed animal changer button -Moved sound muter: moved to settings in main menu
SpilliSpilli

2012/4/20

LMAO I wonder where you got those menu ideas.
USBestUSBest

2012/4/20

Nice Menu. What about adding, a background scrolling?
A new version of this scenario was uploaded on Sat Apr 21 13:09:02 UTC 2012 New in version 2.3: -Added the store: use the coins in the game to buy items -Added coins: try to grab them in the game. You also hear a sound when you grab one -Better code for the menu
A new version of this scenario was uploaded on Sat Apr 21 13:13:14 UTC 2012 New in version 2.3.1: -Bug fix
A new version of this scenario was uploaded on Sat Apr 21 13:20:27 UTC 2012 New in version 2.3.2: -Bug fix
A new version of this scenario was uploaded on Sat Apr 21 13:24:56 UTC 2012 New in version 2.3.3: -Bug fix
A new version of this scenario was uploaded on Sat Apr 21 13:36:59 UTC 2012 New in 2.3.4: -Bug fix I know, 2.3.1, 2.3.2, 2.3.3 and 2.3.4 were all bug fixes. I hope all the bugs with the store are gone now.
A new version of this scenario was uploaded on Sat Apr 21 18:07:32 UTC 2012 New in verion 2.4: -Added a new store item: the cat character you can play with! It costs 20 coins -Bug fixes -Coins appear a little bit more
A new version of this scenario was uploaded on Tue Apr 24 12:39:06 UTC 2012 New in version 2.4.1: -Bug fix : the store should now work fine (really!) -Improvements in the code
A new version of this scenario was uploaded on Wed Apr 25 14:32:10 UTC 2012 New in version 2.4.2: -Scrolling background (it was a big request) -Added a new switch in settings: you can turn the scrolling background off if you like
A new version of this scenario was uploaded on Thu Apr 26 09:43:48 UTC 2012 New in version 2.4.3: -The store and highscore buttons shouldn't appear anymore if you're not logged in
A new version of this scenario was uploaded on Thu Apr 26 10:11:23 UTC 2012 New in version 2.4.4: -The main menu and the replay button now also appear if you're not logged in and go game over
A new version of this scenario was uploaded on Sat Apr 28 13:48:25 UTC 2012 New in version 2.4.5: -Updates to use the final version of Greenfoot 2.2 -Added the about menu
A new version of this scenario was uploaded on Sun Apr 29 11:17:33 UTC 2012 New in version 2.4.6: -Big improvements in performance. You should see the difference
martijn13039martijn13039

2012/5/1

Why no source code
SPowerSPower

2012/5/1

Why should I post it?
martijn13039martijn13039

2012/5/1

Your other game has also source so why this not
SPowerSPower

2012/5/1

Those games are meant for helping people with coding, this one isn't. This one is also the most popular one, and if I would give people the code, the are going to make copies of it, and my game becomes less popular.
martijn13039martijn13039

2012/5/1

Oké I understand but I was wondering how you make à menu like you have (have you maby make an PDF from this item???)
SPowerSPower

2012/5/1

I'll do so when I've got time. (and you're Dutch aren't you :)? Oké is a Dutch word, in English, OK. Martijn also is a Dutch name)
A new version of this scenario was uploaded on Wed May 02 08:35:46 UTC 2012 New in version 2.4.7: -Better loading of the highscores: the animations continue, you see "loading highscores" on the screen, after if the loading is done, you see the highscores. I did this using multi-threading.
A new version of this scenario was uploaded on Wed May 02 08:38:11 UTC 2012 The scoreboard now has the right position :)
martijn13039martijn13039

2012/5/2

hey you right, and thx for the great game you have make and you always help me with questions so thx for al your help
SPowerSPower

2012/5/2

You're welcome, and I'm Dutch too :)
martijn13039martijn13039

2012/5/2

oow dat is erg handig want ik ben niet zo geweldig goed in engels xd (ben jij een mederwerker van greenfoot, omdat je zo'n moeilijk spel hebt ontworpen)
SPowerSPower

2012/5/2

Nee, ik ben pas 13 :)
SPowerSPower

2012/5/2

I think we're annoying people by talking Dutch :).
martijn13039martijn13039

2012/5/2

I think you right :P, but you are really good in programmering if you 13 years old
SPowerSPower

2012/5/2

I know. But it's stupid that I've got nobody of my own age to talk about it :( I'm good at programming because I just really like it. And if you spend a while learning it, you can become just as good I think :) A tip for you, checkout this collection: http://www.greenfoot.org/collections/321 Here are some Java programming courses stored, and I think the one which comes with "Grab the kangaroo" might be right for you. Look in the description for the link to the PDF.
martijn13039martijn13039

2012/5/2

Jeh I saw your games but it is a littelbit easy for me, but the pdf how you make an hiscore was on my level and was nice to learn how you make a hiscore.
SPowerSPower

2012/5/2

Ok, I didn't know what your experience was with programming :). But nice that you like it!
martijn13039martijn13039

2012/5/2

I understand greenfoot every day better and better and I can make some games but never like this game (there for I'm to bad xd)
martijn13039martijn13039

2012/5/2

I´v some question it is not really programmering but do you know how you can make from a picture different sides (dus van de voor kant, achter kant, links en recht)
SPowerSPower

2012/5/2

(You say programming, not programmering (zoals we het in het Nederlands zeggen)). Do you want to use that for a 3d game/program? If you want so, I don't know: (I don't make 3d games that often :) )
martijn13039martijn13039

2012/5/2

no not for 3d game, I wil gif you an example. I can drive an actor with my keyboard so if i pus on arrow left the actor go left but the images don´t changed and (i know the code for changing) but i don't know how I can get the same images but than from a diffrent side in 2d
SPowerSPower

2012/5/2

Just use different images for different sides I think, and set the image for left, if the user presses the left key. Is that what you mean?
martijn13039martijn13039

2012/5/2

it must be the same image but from a diffrent side, and if the user presses the left key set the image for left thats what i mean but i have only a images for left and not for right, forward and backward
SPowerSPower

2012/5/2

O, I understand. If you created that image yourself, you can draw other images for other sides. If you didn't do that, you have to ask the creator of that image to draw some other for you. That's all I can do for you.
martijn13039martijn13039

2012/5/2

oow oke I thought maby there was some programm for or something like that, but thx for the help
tylerstylers

2012/5/3

found a bug i click on high scores and while it was loading i clicked on the main menu button. it went back to the main menu. but with the high scores on top of it.
SPowerSPower

2012/5/3

Did it remove when you opened another menu?
tylerstylers

2012/5/3

i couldn't open another menu the were hidden with the high scores on top i will email you a photo.
SPowerSPower

2012/5/3

I understand. I will fix this today
A new version of this scenario was uploaded on Thu May 03 11:17:55 UTC 2012 New in version 2.4.8: -Bug fix
A new version of this scenario was uploaded on Thu May 03 11:38:28 UTC 2012 New in version 2.4.9: -The store now also loads better.
solo1512solo1512

2012/5/3

Have the background change pictures after a specific interval of points.
SPowerSPower

2012/5/3

Ok, but, why?
martijn13039martijn13039

2012/5/4

score 18324 jeh xd
A new version of this scenario was uploaded on Fri May 04 12:42:53 UTC 2012 New in version 2.4.10: -Really small improvement in saving highscores.