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

  1. stop();
  2. TABLET.onRollOver = function()
  3. {
  4.    gereCursor(2);
  5.    joueBruitage({nomSon:"B_TABLET"});
  6.    this.gotoAndStop("E2");
  7. };
  8. TABLET.onRollOut = function()
  9. {
  10.    gereCursor(1);
  11.    stopBruitage({nomSon:"_TABLET"});
  12.    this.gotoAndStop("E1");
  13. };
  14. TABLET.onPress = function()
  15. {
  16.    gereCursor(1);
  17.    this.gotoAndStop("E3");
  18.    stopBruitage({nomSon:"B_TABLET"});
  19.    if(_global.HOTE !== undefined)
  20.    {
  21.       _global.ChangeModule({codeRub:"DSS",numMod:6});
  22.    }
  23.    else
  24.    {
  25.       _root.gotoAndStop("03_05");
  26.    }
  27. };
  28.