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

2011/10/3

Run Act and Reset

run run

2011/10/3

#
I can compile but my run, act and reset button are blurred out. Does anyone know why this is happening? Thank you
davmac davmac

2011/10/4

#
Some possibilities: Infinite loop in world constructor, or no suitable default world constructor (i.e a constructor which takes no arguments). If it's an infinite loop, you might need to re-start Greenfoot after fixing the problem, too.
run run

2011/10/4

#
Thanks for the reply!
You need to login to post a reply.