|
-
skip intro alternative needed
here is my new site im working on
http://www.rocketinnovations.ca/theesite8.html
my question is i need to offer users the option to skip the intro. this should b simple but i use a time delay such as;
stop();
mi = setInterval(function () {
//gotoAndPlay(14)
play();
clearInterval(mi);
}, 12500);
so when i try to use simple onrelease go to and play "main" it goes to main for 2 seconds then starts over. ne suggestions? without having to change all my pausing script
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
|