Quick question

I need to stop doing this before it becomes a habit.

Whats the best way to keep your original clip, the one you duplicate copys of in a stopped position. Without using something like this.

This has been bugging me for a while. I always have to put some sort of code on the original MC to stop it from doing anything, so I can be free to make duplicates of it.


    if (this == _level0.originalMC) {
       stop();
       _visible = false;
    }