Xeef
08-23-2004, 12:16 PM
hi to ALL
_root.attachMovie("aaa","ccc",1);
_root.attachMovie("bbb","ccc",1);
//is there any diferenc ? (Memory usage) same level !!!
_root.attachMovie("aaa","ccc",1);
_root.ccc.removeMovieClip();
_root.attachMovie("bbb","ccc",1);
thanks for any help
_root.attachMovie("aaa","ccc",1);
_root.attachMovie("bbb","ccc",1);
//is there any diferenc ? (Memory usage) same level !!!
_root.attachMovie("aaa","ccc",1);
_root.ccc.removeMovieClip();
_root.attachMovie("bbb","ccc",1);
thanks for any help