|
-
shared object
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!!!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|