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

Report as inappropriate.

boaz
boaz presents ...

2015/9/13

little-crab

No description.

1950 views / 458 in the last 7 days

Tags: game

Your browser does not support the canvas tag.
9000610090006100

2015/9/17

0.0
CollinCollin

2015/9/18

How did you get the game to pause with the space bar??? Please help me I've been working on this for a long time!
danpostdanpost

2015/9/18

@Collin, the scenario does not pause, but stops, when the spacebar is pressed. Basically with: if (Greenfoot.isKeyDown("space")) Greenfoot.stop();
CollinCollin

2015/9/19

@danpost okay i figured that out, but i can't get it to start again...could you help me with that?
danpostdanpost

2015/9/19

Once the scenario is stopped, no keystroke action will start the scenario back up. Programmatically preventing the actions of your actors is the only way to make the scenario appear to be paused and still have a key detected to lift to prevention.
danpostdanpost

2015/9/19

@Collin, let me clarify. Off-line, using the greenfoot application, you can use 'Ctrl-R' to run or restart the scenario; but, this will not work here on the site.

Want to leave a comment? You must first log in.

Who likes this?

No votes yet.