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

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