Hi,
if the loadclip is:
this.leiste11.onPress = function() {
_level0.myMCL.loadClip("./portfolio/stern1.swf", 51);
};
what is the unloadClip?
the unloadClip should be in stern.swf.
what is the “object” in unloadClip(object); ?
button close is in stern1.swf:
this.close.onPress = function() {
_level0.myMCL.unloadClip(_level51); // doesn’t work
};
this.close.onPress = function() {
_level0.myMCL.unloadClip(_level51.stern1); //doesn’t work
};
thx for any help