home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / chplus / alcatel / alcatel501.swf / scripts / DefineSprite_7 / frame_1 / DoAction.as
Text File  |  2001-08-06  |  295b  |  18 lines

  1. if(Number(start) != 0)
  2. {
  3.    if(Number(eval("../nokia:framex")) == 0)
  4.    {
  5.       tellTarget("../nokia")
  6.       {
  7.          prevFrame();
  8.       }
  9.    }
  10.    else if(Number(eval("../nokia:framex")) == 1)
  11.    {
  12.       tellTarget("../nokia")
  13.       {
  14.          gotoAndStop(12);
  15.       }
  16.    }
  17. }
  18.