Module cocos.actions.instant_actions

Instant Actions

Instant Actions

Instant actions are immediate actions. They don't have a duration like the Interval Actions.

Classes

  Place
Place the CocosNode object in the position x,y.
  Hide
Hides the CocosNode object.
  Show
Shows the CocosNode object.
  ToggleVisibility
Toggles the visible attribute of a CocosNode object
  CallFunc
An action that will call a function.
  CallFuncS
An action that will call a funtion with the target as the first argument