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

  1. function joueMySon()
  2. {
  3.    joueSon({nomSon:nom_du_son});
  4. }
  5. initBT_X();
  6. var nom_du_son = "03_01";
  7. gNextLabel = "03_02";
  8. if(_global.HOTE !== undefined)
  9. {
  10.    _global.HOTE.gListeVu_DSS127[1][2] = 1;
  11. }
  12. stop();
  13.