AQTimeline

Kind of class: public class
Package:
Inherits from:
  • none
Classpath: org.asaplibrary.util.actionqueue.AQTimeline
File last modified: Wednesday, 11 May 2011, 18:54:32
Action methods to control a MovieClip's timeline.

Summary

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

Instance methods

gotoAndPlay

function gotoAndPlay(inMC:MovieClip, inFrame:Object = null) : Action

Moves the framehead to a frame number or label and plays.

Parameters
inMC :movieclip which timeline to control
inFrame:(optional) frame number (Number) or frame label (String); default frame number 1

gotoAndStop

function gotoAndStop(inMC:MovieClip, inFrame:Object = null) : Action

Moves the framehead to a frame number or label and stops.

Parameters
inMC :movieclip which timeline to control
inFrame:(optional) frame number (Number) or frame label (String); default frame number 1