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:19:40
ActionQueue methods to control the movieclip's timeline.

Summary


Class methods
  • gotoAndPlay (inMC:MovieClip, inFrame:Object) : Void
    • Moves the framehead to a frame number or label and plays.
  • gotoAndStop (inMC:MovieClip, inFrame:Object) : Void
    • Moves the framehead to a frame number or label and stops.

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)