FrameCloner
Inherits from:none (FrameCloner is a root class)
- Version: 1.0
- Author: Brendan Dawes
- Classpath: com.dragslidefade.FrameCloner
- File last modified: Monday, 06 February 2006, 16:45:10
Simply clones the current frame of a movieclip into another movieclip
Example:
var c:FrameCloner = new FrameCloner(source,target); c.clone();
Summary
Constructor
Instance methods
Constructor
FrameCloner
function FrameCloner (
s:MovieClip,
t:MovieClip)
Parameters:
s:
source movieclip
t:
target movieclip
Instance methods
clone
function clone (
)