jose3760
February 9th, 2008, 05:49 PM
Hello, Im having trouble figuring out how to remove an attached movieclip (Code below for attaching). Its being attached inside of a function on the frame, and needs to be removed inside of another function.
_root.powerup = this.attachMovie("powerup", "powerup", -2);
Thanks,
Joseph
_root.powerup = this.attachMovie("powerup", "powerup", -2);
Thanks,
Joseph