@Venbha, the image is created using program code. Four different colors are drawn onto the four quadrants of a blank square image and the transparency is set to half. All actors use the same image at any one time.
@Yogibaer, nothing is special about class configurations -- and the Scroller class is not directly linked to the World or Actor class, but is a "help class" in itself extending the Object class (the root of ALL classes). A subclass of world that is to scroll will create a Scroller object and tell it when and how much to scroll. That is basically it.
@Cirion, it is required that a non-abstract subclass of an abstract class override any methods that have a semi-colon instead of brackets (see the 'run' method in the FullScreenWorld class). You can also go to the following link in the java tutorials:
http://docs.oracle.com/javase/tutorial/java/IandI/abstract.html
2017/12/19
Jump and Run Demo w/Moving Platform
2017/12/8
MouseForce
2017/12/8
MouseForce
2017/12/3
Scroller Class Demos
2017/11/6
Octagon Fun
2017/10/3
Switcheroo
2017/9/4
Bernie the Bear Avoider Game
2017/8/31
Laser Demo
2017/7/23
Greenfoot Full Screen Rewriter