Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
space_kat #1
reapeating banner only 3 times
I was wondering how I can make my banner rotate 3 times and then stop after the third one?
Any ideas?
Thanks in advance!
KAT
space_kat Guest
-
Ad banner
I might not know how to explain this. But I will try. I will like to do an advertisment banner which it will run out and running on the screen when... -
xml and banner
Hello every one, I am creating a banner in flash, this flash moive reads the images that it needs to load from xml file here is where the problem... -
Reapeating Radio Groups
Do i need to use an insert record loop? -
Has anyone seen the "Mad Mad House" banner or the Pizza Hut banner? [video]
Has anyone seen these two banners anyplace? I've run into both of them on Yahoo and am desperately seeking a tutorial or any resources on how these... -
Help with Web Banner
Hi! I need some help getting started with a web banner. I want the banner to include 2-3 images and some text. How do I insert images into the... -
Armando Alves #2
Re: reapeating banner only 3 times
The easiest way:
Insert a frame action in the timeline, with
if (counter < 3) {
counter+=1;
} else {
stop();
}
space_kat wrote:> I was wondering how I can make my banner rotate 3 times and then stop after the third one?
>
> Any ideas?
>
> Thanks in advance!
>
> KATArmando Alves Guest
-
hitparader61 #3
Re: reapeating banner only 3 times
The easy way is to create a variable as the movie begins and set its value to
0, then increment it at the end of the loop. At the beginning of the loop you
check the value of the variable, and if it is 3 or larger, just stop()....
hitparader61 Guest
-
FlashAcesDesign #4
Re: reapeating banner only 3 times
add a stop action on the frame you want it to stop on.
FlashAcesDesign Guest



Reply With Quote

