| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_Vector --+
|
Loop
A series of GROUPS from an SVG file that will be displayed as frames.
First add the SVG file to your Bag Of Stuff. see help(BagOfStuff.add) Don't instantiate a Loop directly, work via BagOfStuff.
bos["walking:funny"].Props(bounce=False)
bos["walking:funny"].draw(ctx)
See Props() method.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Sets Properties of the Loop. Call this after you have added an SVG (with loops) to a BagOfStuff. Use examplebos['walking:run_cycle'].Props( bounce=False )
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue May 26 16:03:26 2009 | http://epydoc.sourceforge.net |