Package Things :: Module ThingObjects
[frames] | no frames]

Module ThingObjects

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 = 'FOLLOW'
  MASKEND = 'MASKEND'
  THINGEND = 'THINGEND'
  THINGSTART = 'THINGSTART'
  __package__ = 'Things'