home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.48
/
pcgamercd
/
Data
/
ads.pcg
/
scripts
/
DefineSprite_27
/
frame_2
/
DoAction.as
Wrap
Text File
|
2004-10-07
|
204b
|
15 lines
if(Number(_root.last_banner_showing) == 1)
{
tellTarget("_root.bannercont.banners")
{
gotoAndStop(1);
}
}
else
{
tellTarget("_root.banners")
{
nextFrame();
}
}