Timeline

Inherits from:none (Timeline is a root class)
  • Version: 1.0
  • Author: Brendan Dawes
  • Classpath: com.dragslidefade.Timeline
  • File last modified: Saturday, 11 February 2006, 14:20:59
Move playhead of the targeted MovieClip to a specified frame over time
Example:
var f:Timeline = new Timeline(instanceName,1);
f.movePlayheadTo(100,5);

Summary

Constructor
Instance methods

Constructor

Timeline

function Timeline (
$target:MovieClip, $depth:Number)
Parameters:
target:
the MovieClip you want to control
depth :
the depth of the MovieClip

Instance methods

movePlayheadTo

function movePlayheadTo (
f:Number, s:Number)
Parameters:
f:
the frame number you want to move to
s:
the speed of the tween - higher numbers are slower