Home | Trees | Indices | Help |
---|
|
ThingObjects are essential Things; like ClipThing and FollowThing. For higher-level tools see Thinglets.
Classes | |
Props Make one (or more) of these to pass into thing.keys(). |
|
Thing A basic Thing -- it is a Timeline. |
|
DrawThing A DrawThing is a very simple Thing: You need only supply the draw() method. |
|
HitThing Subclass this to have your object draw a hit area and detect hits. |
|
ClipThing Use this to have this Thing become a clip for all its children. |
|
FollowThing In a FollowThing, you provide a path drawing function and then whatever you add to this Thing will follow that path. |
|
SceneThing A SceneThing is a simple collection for other Things. |
Variables | |
FOLLOW =
|
|
MASKEND =
|
|
THINGEND =
|
|
THINGSTART =
|
|
__package__ =
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue May 26 16:03:26 2009 | http://epydoc.sourceforge.net |