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

MTK's Comments

Back to MTK's profile

The ability to shoot seems to work very intermittently.
MTKMTK

2009/11/10

The levels with the filth monsters were quite hard but I still did them first try! The load game text entry works fine for me.
That's wonderful that I don't have to go through that whole intro just to see the latest update.
And it there a way to not have to go through the whole intro every time you make an update?
I noticed that the capability to jump off walls twice is not reset when you land on a platform, it only is when you land on the ground.
As for now it seems to be working well with my impulse method idea, but no rotation yet...
For the impulse function, I guess you can find the normal velocity component and apply that to the object's linear velocity. But for the tangential component, I am not sure how to calculate how much of it will go into rotation and how much will go into translation.
MTKMTK

2009/11/9

Maybe you could combine left/right handed controls, for example this for the up key: if(Greenfoot.isKeyDown("w") || Greenfoot.isKeyDown("up")) { //Do Something }
MTKMTK

2009/11/9

Arrow keys.