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

Comments for Interactive Landscape

Return to Interactive Landscape

erdelferdelf

2012/12/17

great, the collision mask is only at the colored points of the wombat
jrlowejrlowe

2012/12/17

I get a java heap space when i download and compile. Help plz. this is really innovative.
MatheMagicianMatheMagician

2012/12/18

I am very sorry about how late this reply is. I suggest you restart your computer and try again. I can't really help you to much in the area of java heap space errors, most of the time the code just won't work on that particular computer.
jrlowejrlowe

2012/12/20

I actually just got to work. It wasnt my computer because I have a Intel Pentium Dual-Core processor with a 8 GB RAM
MatheMagicianMatheMagician

2012/12/21

I'm glad you got it to work. Um... would you mind liking the scenario.
darkmist255darkmist255

2012/12/21

HABUBEBLAH, collision mask. Immediate like!
darkmist255darkmist255

2012/12/21

What witchcraft is this... 54 lines? Obviously some black magic at work here.
MatheMagicianMatheMagician

2012/12/22

I did not choose my name for nothing:)
A new version of this scenario was uploaded on Sat Dec 22 20:05:36 UTC 2012
A new version of this scenario was uploaded on Wed Jan 30 14:58:26 UTC 2013 different background
A new version of this scenario was uploaded on Sat Feb 09 01:05:18 UTC 2013
A new version of this scenario was uploaded on Sat Feb 09 12:45:11 UTC 2013
PoliPoli

2013/2/10

could you make the world bigger
MatheMagicianMatheMagician

2013/2/10

You can make the world as big as you want. Where the code says GreenfootImage back = new GreenfootImage("Cave.png"); Just replace Cave.png to whatever the name of your file is.
MatheMagicianMatheMagician

2013/2/10

The code will automatically adjust the parameters to the new image.
Game/maniacGame/maniac

2013/2/18

I found a bug, you can jump into the ceiling
MatheMagicianMatheMagician

2013/2/19

Thanks for mentioning that Game/maniac. I will try to fix it as soon as possible.
A new version of this scenario was uploaded on Wed Feb 20 00:29:51 UTC 2013 Fixed the bug.
jrlowejrlowe

2013/2/24

Hey , this is really cool, and I know you are real good with physics and math so do you think you could figure out a way to have the character angle with the slope of the current ground beneath it, because I am thinking about making a dirt bike game, and I want it to have really nice physics so maybe you could help me out. I would need to calculate the mass with velocity in addition incline and the weight pulling down a slope, and making it jump into the air, keeping a proper path, and maybe like ragdoll type physics with bike tires and the rider. It is a huge challenge but I would like to attempt something like this.
MatheMagicianMatheMagician

2013/2/27

@jrlowe, I am very sorry about how late I am getting back to you on this, but yes, I believe it wouldn't be to hard to make the rider rotate with the ground. I have though about creating a game similar to what you are considering. The hard thing about what you're mentioning would be the rag-doll physics - that would be very difficult. Perhaps I will implement the idea of rotating the actor to the ground in my scenario.