| Trees | Indices | Toggle frames |
|---|
object --+
|
base_actions.Action --+
|
base_actions.InstantAction --+
|
Hide
Hides the CocosNode object. To show it again call the Show () action
Example:
action = Hide() sprite.do( action )
|
start(self)
Here we must do out stuff
|
|
| __reversed__(self) | |
Inherited from base_actions.InstantAction:
done,
update
Inherited from base_actions.Action:
__add__,
__init__,
__mul__,
__or__,
init,
step,
stop
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|
|
Inherited from object:
__class__
|
Inherited from base_actions.Action:
target
|
Inherited from base_actions.InstantAction:
duration
|
| Trees | Indices | Toggle frames |
|---|
| Generated by Epydoc 3.0beta1 on Sat Sep 6 13:21:11 2008 | http://epydoc.sourceforge.net |