Package sofia.micro

Interface Summary
ActorScript<MyActor extends ScriptableActor> Represents an actor script--that is, a sequence of actions on a scriptable actor to control its behavior.
Script Represents a script--that is, a sequence of actions on a scriptable object to control its behavior.
 

Class Summary
Actor An Actor is an object (or character) that exists in a "microworld".
ScriptableActor Represents an Actor that is controlled by a script--that is, a predefined sequence of behavior played out over time.
ScriptableWorld Represents a World that is controlled by a script--that is, a predefined sequence of behavior played out over time.
World Represents a "microworld" containing Actors and rendered on a screen.
 



Greenfoot homepage