home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / frame_26 / DoAction.as
Text File  |  2002-11-01  |  153b  |  11 lines

  1. _root.rcf = int(_root.rcf);
  2. if(_root.rcf == 0)
  3. {
  4.    gotoAndPlay(25);
  5. }
  6. else
  7. {
  8.    getUrl("FSCommand:exec", "player.exe");
  9.    stopAllSounds();
  10. }
  11.