home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 127 / MOBICLIC127.ISO / mac / DATA / DSS127 / DSS127_01 / DSS127_01.swf / scripts / frame_410 / DoAction.as
Text File  |  2010-09-13  |  645b  |  28 lines

  1. stop();
  2. if(_global.HOTE !== undefined)
  3. {
  4.    _global.HOTE.gListeVu_DSS127[0][3] = 1;
  5. }
  6. initBT_X();
  7. ZONE_04_01.onRollOver = function()
  8. {
  9.    gereCursor(2);
  10.    joueBruitage({nomSon:"B_04_01_ROLL"});
  11.    gereTextes.afficheIB({codeIB:"IB01_04_01",X:this._x,Y:this._y});
  12. };
  13. ZONE_04_01.onRollOut = function()
  14. {
  15.    gereCursor(1);
  16.    stopBruitage({nomSon:"B_04_01_ROLL"});
  17.    gereTextes.masqueIB();
  18. };
  19. ZONE_04_01.onPress = function()
  20. {
  21.    gereCursor(1);
  22.    this.gotoAndStop("E1");
  23.    stopBruitage({nomSon:"B_04_01_ROLL"});
  24.    joueBruitage({nomSon:"B_04_01_CLIC"});
  25.    gereTextes.masqueIB();
  26.    _root.gotoAndStop("F_04_01_A");
  27. };
  28.