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

lordhershey's Comments

Back to lordhershey's profile

Could also try adding a little bit of random rotation it will add to the rolling effect to the plasma cloud.
if you do not want to use a delay with now Greenfoot.delay() try this: long starttime = System.currentTimeMillis(); act() { long endtime =System.currentTimeMillis(); if((endtime - starttime) < 200) { return; } starttime = System.currentTimeMillis(); .. rest of routine .. } this will give you at least a fifth of a second between acts for this actor.
Ah, ok thanks.
Why isn't this game more popular? It is a good game :D
This is pretty good. There are some technical issues, but it is entertaining. Can you make the ghost who were eaten have their eyes run back to the ghost box?
Ah nooo.... That is why I have been putting projects of any size of github :D
It is possible to land the flier on the 'Not Fair' level, I need to put a high score mention for anyone who was able to manage it.
What do you plan on doing with it?
After I fix this game and get it to where I want - I need to fix the Break In game.