Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CaSpiRE

    Delay A Frame in a Movie Clip

    Nevermind, I found it. I used: function playAgain() { clearInterval(repeat); gotoAndPlay(1); } // repeat = setInterval(playAgain, 10000); stop(); THANKS! :)
  2. CaSpiRE

    Delay A Frame in a Movie Clip

    Hi, I need to know how to (in a movie clip) Delay the first frame for about 5 seconds, then after the delay...play frames 2-5, then on frame 5 gotoandplay frame 1. I read the post that was kinda similiar but was for a button and said: my_btn.onRelease = function(){ gotoAndStop(...); wait =...

Part and Inventory Search

Back
Top