@Roshaan123, oh yeah. Forgot about the lockout.
File menu was added so that the Options menu could actually work on something. Nothing more. I wanted to show what code would look like having a menu selection (in Options) actually doing something (operating on File menu).
@Roshan123, I am quite sure it is not permanent. Your account will probably be back in order by Monday. That is, I would wait until the weekend is over before really getting concerned.
@Roshan123, the arrow is an image -- not text. You are using the wrong GreenfootImage constructor. Try:
GreenfootImage bg = getBackground();
GreenfootImage arrow = new GreenfootImage("arrow.gif");
bg.drawImage(arrow, 500, 500);
2020/11/30
menu class
2020/11/30
menu class
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/28
Scrolling SuperWorld
2020/11/28
Scrolling SuperWorld