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

2014/12/17

Defaulting Game Speed

n1nikko n1nikko

2014/12/17

#
Is there a way to default the game speed at the bottom of greenfoot?
Super_Hippo Super_Hippo

2014/12/17

#
What do you mean by default it? Have it set to a specific position when compiling/resetting the scenario or have it set to a specific position when opening Greenfoot and no other speed was set? If it's the first case, just use 'Greenfoot.setSpeed(some value between 0 and 100);'. The second thing isn't possible I think. The Greenfoot default speed will always be in the middle.
You need to login to post a reply.