Question
Load Function
Hi,
How would I load this function from my Graphic Function.As file into the main root
function displayDynamicGraphic (instanceName,xcoord,ycoord, path )
{
var nextDepth:Number=this.getNextHighestDepth();
_root.createEmptyMovieClip(instanceName,nextDepth)
target._x=xcoord;
target._y=ycoord;
instanceName.loadMovie();
}
Any help much appreciated
Chris
How would I load this function from my Graphic Function.As file into the main root
function displayDynamicGraphic (instanceName,xcoord,ycoord, path )
{
var nextDepth:Number=this.getNextHighestDepth();
_root.createEmptyMovieClip(instanceName,nextDepth)
target._x=xcoord;
target._y=ycoord;
instanceName.loadMovie();
}
Any help much appreciated
Chris