I have a MovieClip named bob on root 4. I go to frame 6, where there is no MovieClip named bob. I go MovieClip(root).bob.x and somehow we’re still accessing the x-coordinate a MovieClip named bob. Why does this happen and how can I stop it?
(The way I’m accessing it isn’t as straightforward as MovieClip(root).bob, so don’t just say “stop accessing it”.)