| Package | org.goasap.utils.customadvance |
| Class | public class OnPlayableComplete |
| Inheritance | OnPlayableComplete SequenceAdvance PlayableBase flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| item : IPlayable | OnPlayableComplete | ||
![]() | playableID : *
An arbitrary id value for the convenient identification of any
instance, automatically set to an instance count by this class.
| PlayableBase | |
![]() | state : String
Returns a PlayStates constant.
| PlayableBase | |
| Method | Defined by | ||
|---|---|---|---|
|
OnPlayableComplete(item:IPlayable = null)
| OnPlayableComplete | ||
![]() |
pause():Boolean
| SequenceAdvance | |
![]() |
resume():Boolean
| SequenceAdvance | |
![]() |
skipTo(position:Number):Boolean
| SequenceAdvance | |
|
start():Boolean
| OnPlayableComplete | ||
|
stop():Boolean
| OnPlayableComplete | ||
![]() |
toString():String
Appends the regular toString value with the instance's playableID.
| PlayableBase | |
| item | property |
item:IPlayable [read-write]Implementation
public function get item():IPlayable
public function set item(value:IPlayable):void
| OnPlayableComplete | () | constructor |
public function OnPlayableComplete(item:IPlayable = null)Parameters
item:IPlayable (default = null) — Any playable item that dispatches STOP or COMPLETE,
normally a child item in the step using this custom advance.
|
| start | () | method |
public override function start():Boolean
Returns
Boolean |
| stop | () | method |
public override function stop():Boolean
Returns
Boolean |