home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 127 / MOBICLIC127.ISO / mac / DATA / DSS127 / DSS127_03 / DSS127_03.swf / scripts / frame_370 / DoAction.as
Text File  |  2010-09-13  |  462b  |  22 lines

  1. stop();
  2. FEN_ROBOT.ROBOT_TETE.gotoAndStop(1);
  3. ZONE_04_01.onRollOver = function()
  4. {
  5.    gereCursor(2);
  6.    this.gotoAndStop("E2");
  7.    joueBruitage({nomSon:"B_PLANET"});
  8. };
  9. ZONE_04_01.onRollOut = function()
  10. {
  11.    gereCursor(1);
  12.    this.gotoAndStop("E1");
  13.    stopBruitage({nomSon:"B_PLANET"});
  14. };
  15. ZONE_04_01.onPress = function()
  16. {
  17.    gereCursor(1);
  18.    this.gotoAndStop("E1");
  19.    stopBruitage({nomSon:"B_PLANET"});
  20.    _root.gotoAndStop("04_01");
  21. };
  22.