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

  1. function suitePause()
  2. {
  3.    clearInterval(intervalPause);
  4.    gotoAndStop("ANIM_LISA");
  5. }
  6. initBT_X();
  7. stop();
  8. intervalPause = setInterval(this,"suitePause",2000);
  9. if(_global.HOTE !== undefined)
  10. {
  11.    _global.HOTE.gListeVu_DSS127[1][1] = 1;
  12. }
  13.