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!)
2013/8/17
Slender 2D
2013/8/17
Slender 2D
2013/8/14
Big Ocean
2013/8/13
In Shadow
2013/8/12
Workshop
2013/8/12
Workshop
2013/8/11
Raycasting Engine
2013/8/10
Adventure
2013/8/10
Adventure