Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsNot sure about this one.
trace(this);
removeMovieClip(this["player"]);
trace(this);
The first trace displays the movieclip instance fine. Then the removeMovieClip, which SHOULD be removing an instance of "player" inside of it. Second trace reveals that the parent has been deleted instead.
What the hell??
Well it would be a better idea to control all game objects from a common parent instead of within itself. So from the document class or main frame or whatever you're using.
nobody
Can you removeMovieClip(this.player) instead ?
Not sure why its happening, never removed movie clips that way in AS2.