Skipping frames AND timers?

I was wondering if anyone knows the code to skip frames AND timers. I know that if you use gotoAndPlay(#) or gotoAndStop(#), you can go to that frame #, but the timers in my code from previous frames keep working. I am skipping the frames by having people click the words Skip Intro. It’s not a button, it’s a movie clip where i just have MouseEvent.CLICK, and then the function sends it to the frame I want it to go to. I have about 10 timers between where they can first click that and then where the frame sends it to. If anyone can help or needs me to be a little more specific, please let me know. Thanks.