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

SPower's Comments

Back to SPower's profile

Btw, to fix the bug where you can't read the pages, do something like this: [code]int x = Greenfoot.getRandomNumber(getFullWidth()-getWidth())+getWidth(); int y = Greenfoot.getRandomNumber(getFullHeight()-getHeight())+getHeight(); addObject(new Page(), x, y); [/code] This code assumes it is in a subclass of ScrollWorld.
Good implementation of the slender game! Although I think it's very hard to find Slender himself, because the world is so big and you move slow. You might want to increse the moving speed a bit. And thank you for using my Scrolling World scenario (you're so far one of the few people who understood it without questions! Great work!)
I've played a lot of these games when I was younger and I like it that you actually grow with every fish you eat.
Congrats!
@budihck Please open a new discussion: http://www.greenfoot.org/topics
@budihck Duta has a useful scenario about that: http://www.greenfoot.org/scenarios/5404
1. Thanks! 2. Indeed! I think I should look at the tutorial for that again :)
Thanks! I really appreciate your work and help!
You really hurried your update!