AQTimeline
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Author: | Arthur Clemens |
| Classpath: | org.asapframework.util.actionqueue.AQTimeline |
| File last modified: | Thursday, 12 October 2006, 11:11:07 |
ActionQueue methods to control the movieclip's timeline.
Summary
Class methods
Class methods
gotoAndPlay
static function gotoAndPlay (
inMC:MovieClip,
inFrame:Object) : Void
Moves the framehead to a frame number or label and plays.
Parameters:
inMC :
movieclip which timeline to control
inFrame:
frame number (Number) or frame label (String)
gotoAndStop
static function gotoAndStop (
inMC:MovieClip,
inFrame:Object) : Void
Moves the framehead to a frame number or label and stops.
Parameters:
inMC :
movieclip which timeline to control
inFrame:
frame number (Number) or frame label (String)