@Roshan123, No. All users who run this while logged into greenfoot SHOULD be listed. However, I believe the scenario has broke since the change-over to javascript.
I would be interested to see how you coded this. It is not simple code. How much help did you get for this? I created a working model of it and realized how involved it was. I only used Actor objects for the clickable boxes. I thought that having actors for the main grid would just make things more difficult to deal with.
Two issues: (1) color box of current color should be inactive (or at least not count as a step when clicked); (2) a static array is preventing a clean reset.
Field declaration:
GreenfootSound background_music;
In constructor:
if (background_music == null)
{
background_music = new GreenfootSound("Background_music.mp3");
}
2021/3/15
Hitbox Visualizer
2021/2/28
Private Messaging
2021/2/27
Color It!
2021/2/27
Value Display Tutorial
2021/2/26
Color It!
2021/2/26
Color It!
2021/2/16
Scrolling SuperWorld
2021/2/4
Fractal Fun
2021/1/27
Benny's Tower Defense