home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.48 / pcgamercd / Data / ads.pcg / scripts / DefineSprite_27 / frame_2 / DoAction.as
Text File  |  2004-10-07  |  204b  |  15 lines

  1. if(Number(_root.last_banner_showing) == 1)
  2. {
  3.    tellTarget("_root.bannercont.banners")
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7. }
  8. else
  9. {
  10.    tellTarget("_root.banners")
  11.    {
  12.       nextFrame();
  13.    }
  14. }
  15.