home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.46
/
pcgamercd
/
Data
/
ads.pcg
/
scripts
/
DefineSprite_241
/
frame_3
/
DoAction.as
Wrap
Text File
|
2004-07-16
|
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);
}