home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 130 / MOBICLIC130.ISO / pc / DATA / GEN130 / GEN130_00 / GEN130_00.swf / scripts / frame_31 / DoAction.as
Text File  |  2010-12-13  |  194b  |  11 lines

  1. function OeilFerme()
  2. {
  3.    _root.removeZapIntro();
  4.    _root.gNextLabel = undefined;
  5.    _root.onDemo = 0;
  6.    Interface.BT_OEIL.gotoAndStop("E1");
  7.    ActiveOEIL();
  8. }
  9. OeilFerme();
  10. stop();
  11.