home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.9
/
2001-12_Disc_7.9.bin
/
Data
/
ads.pcg
/
scripts
/
DefineSprite_18
/
frame_3
/
DoAction.as
Wrap
Text File
|
2001-09-13
|
371b
|
22 lines
if(_parent.banner_display_time < current_time - start_time)
{
current_time = 0;
start_time = 0;
tellTarget("banners")
{
if(_currentframe == _parent._parent.num_banners)
{
gotoAndStop(1);
}
else
{
gotoAndStop(_currentframe + 1);
}
}
gotoAndPlay(1);
}
else
{
gotoAndPlay(2);
}