Class enchant.ParallelAction
Actions to be executed in parallel. It's possible to have more than one child action.
- Defined in: enchant.js
- Extends enchant.Action
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Children Actions.
|
|
Removed actions.
|
Method Summary
- Methods borrowed from class enchant.EventTarget:
- addEventListener
- clearEventListener
- dispatchEvent
- on
- removeEventListener
Class Detail
enchant.ParallelAction()
Field Detail
{enchant.Action[]}
actions
Children Actions.
{enchant.Action[]}
endedActions
Removed actions.