Rewind

Inherits from:none (Rewind is a root class)
  • Version: 1.0
  • Author: Brendan Dawes
  • Classpath: com.dragslidefade.Rewind
  • File last modified: Saturday, 21 May 2005, 14:09:29
Rewind Class

Summary

Constructor
Instance properties
Instance methods

Constructor

Rewind

function Rewind (
$target:MovieClip, $depth:Number)

Instance properties

onRewindComplete

onRewindComplete:Function
Rewinds the timeline to a specified frame
Parameters:
$target:
the instance name of the MovieClip you want to rewind
$depth :
the depth of the script clip - usually 1 is fine
Example:
var c:Rewind = new Rewind(mc_name);
c.rewindTimeline(1);

Instance methods

rewindTimeline

function rewindTimeline (
frameNumber:Number)
Parameters:
frameNumber:
the frame to rewind to