home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / multimed / falafel / falafel-king_eng.exe / scripts / frame_32 / DoAction.as
Encoding:
Text File  |  2002-07-22  |  119 b   |  11 lines

  1. if(whichTape == 1)
  2. {
  3.    whichTape = 2;
  4.    gotoAndPlay(40);
  5. }
  6. else
  7. {
  8.    whichTape = 1;
  9.    gotoAndPlay(183);
  10. }
  11.