Hi all, maybe i’m wrong in something using
[COLOR=#993300]this[/COLOR].[COLOR=#993300]createEmptyMovieClip[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]“theClip”[/COLOR], [COLOR=#993300]getNextHighestDepth[/COLOR] COLOR=#000000[/COLOR][COLOR=#000000])[/COLOR];
[COLOR=#993300]this[/COLOR].[COLOR=#000000]theClip[/COLOR].[COLOR=#993300]attachMovie[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]“movieName”[/COLOR], [COLOR=#0000ff]“newName”[/COLOR], [COLOR=#993300]getNextHighestDepth[/COLOR]COLOR=#000000[/COLOR][COLOR=#000000])[/COLOR];
or is not what i should use to *put an istance of a Movie Clip existing in the library, to the stage. *
On properties of Movie clip i’ve set the Identifier movieName but nothing display anyway. In what i’m wrong?
Thanks boys!