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

SPower's Comments

Back to SPower's profile

If you wanna improve the way your button works, take a look at this course: http://www.greenfoot.org/scenarios/5679 And thank you for using my ScrollIng World scenario! (If you like it, I appreciate it when you vote for it/click like :) )
or do it like: setPaintOrder(ScoreBoard.class, otherclassname.class); because what avataradamkjelstroem says wont work...
To make the images go off screen, make the world unbounded. In your world subclass, instead of this: super(600,400,1); do this: super(600,400,1,false); This also means that your position can be smaller than 0.
This is super awesome!
SPowerSPower

2012/8/30

Little advice: in my opinion, you shouldn't allow the paddle to move off screen: now it can move until the middle of it hits the edge.
Well, if you wanna see the real fun, checkout the game where the engine's from: http://www.greenfoot.org/scenarios/4734 and also, I would appreciate if you clicked 'like'
Nevermind, I went further :)
I don't know what Flares are (I'm Dutch), but let me describe the room. There are 3 small spots in the room, I can't use my flash light, but I can move. I only don't see where I am :)
@mark.hayes If you want the world to have a limited size, look at this scenario: http://www.greenfoot.org/scenarios/5806 This also contains the scrolling background.