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

Entity1037's Comments

Back to Entity1037's profile

"ok" is technically spelt "OK". It's really just two capital letters put next to eachother to make a word (there are a few words out there that require a capital letter to spell it correctly).
OK putting this to the highest quality is AWESOME!!!
Let me elaborate: the Greenfoot Editor is blocked on my school's computers.
I've been unable to work on this scenario recently because I've been extremely busy, the Greenfoot editor is now blocked on my computer, and I'm sleep deprived (mainly because I have an after school activity that takes up like 2 hours followed by homework)... so... first world problems. :/
Note to self: implement background looping because I forgot to...
It's a dog!
Wow....... that's... amazing!
These are some BAD controls!
Wouldn't it be better to use the arrow keys instead of the number keys? You just type "left" and similar. So something like. [code] if (Greenfoot.isKeyDown("left"))//Whatever changes gravity here. [code/] I made an entire scenario on this mechanic actually. It's hit detection doesn't allow the object to glitch into the walls too. It alligns itself into the object it's hitting so it doesn't move into it. http://www.greenfoot.org/scenarios/9172