I have a Flash header that I'm working on at the moment...the beginning sequence has sound to accompany the animation, but I don't want to bombard visitors with noise constantly while they're on the page, so I have the same sequence again without the sound. Now according to the Adobe site, I should be able to loop over only certain fames, but thus far, I haven't had much luck with the code. This is what they provided me:
counter++;
if (counter<5) {
gotoAndPlay (10);
}
Does anyone have any insight on how to use this properly?
Edit: I have tried using a simple gotoAndPlay(); as well, but that hasn't worked.
Edit: Scratch it; it seems to be working now. ^^;;
Edited by Flanders, 07 August 2007 - 11:10 AM.