home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd2.bin / novinky / palm / download / swf / intro.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2004-04-28  |  152 b   |  13 lines

  1. stop();
  2. buyNav.onEnterFrame = function()
  3. {
  4.    if(buyNavFade)
  5.    {
  6.       this.nextFrame();
  7.    }
  8.    else
  9.    {
  10.       this.prevFrame();
  11.    }
  12. };
  13.