Toby
03-11-2005, 09:04 AM
Just a quick one, but I cant seem to figure it out or find anything on it (Its probably so simple).
How do you check to see if a movieclip exists on the stage?
My code is quite simple:
on (rollOut) {
if("MOVIE CLIP EXISTS") {
attachMovie("off-artists", "mcOff", this.getNextHighestDepth());
mcOff._y = -60;
mcOff._x = -41;
}
}
What should i replace 'Movie Clip exists' with in terms of actionscript?
Cheers!
Toby
How do you check to see if a movieclip exists on the stage?
My code is quite simple:
on (rollOut) {
if("MOVIE CLIP EXISTS") {
attachMovie("off-artists", "mcOff", this.getNextHighestDepth());
mcOff._y = -60;
mcOff._x = -41;
}
}
What should i replace 'Movie Clip exists' with in terms of actionscript?
Cheers!
Toby