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

2012/2/13

Help?

Michionlion Michionlion

2012/2/13

#
Is there anyway to start a Greenfoot program automatically, without putting 'Greenfoot.start()' in the world setup (using that method works, but it freezes up sometimes)? And, well I'm at it, is there a way to remove the bottom bar/run and restart buttons? Thanks, Michionlion
davmac davmac

2012/2/13

#
using that method works, but it freezes up sometimes
Which version of Greenfoot?
Michionlion Michionlion

2012/2/13

#
2.1.2
Duta Duta

2012/2/13

#
For me Greenfoot.start(); at the end of the world constructor doesn't cause it to freeze up, however it does not work properly sometimes - Sometimes if you have it in and you try to click on an actor, it doesn't register (its kind of like you're still paused, so instead of letting you click on actors, its trying to let you move them around) - This is fixed by pausing and then resuming the scenario, so its no biggie, but still quite annoying.
davmac davmac

2012/2/13

#
Ok, thanks, I'll look into that. Might be something we can fix for the next version of Greenfoot.
You need to login to post a reply.