I have an flash with with many scenes.
At the beginning of each scene is an animation.
You can link back to the intro (main page) from each scene.

I don't want the animation to play again in each scene if they have already visited so I did:

var so:SharedObject = SharedObject.getLocal("tailor");
if (so.data.alreadyVisited == true) {
gotoAndStop(193, "tailor");

tailor being the scene.

PLEASE HELP!!
ONLY thing to finish then I'm done!!!