home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 130 / MOBICLIC130.ISO / pc / DATA / DSS130 / DSS130_02 / DSS130_02.swf / scripts / frame_180 / DoAction.as
Text File  |  2010-12-13  |  211b  |  12 lines

  1. if(_mod_.OBJETS[_mod_.OBJETS_A_DONNER[_mod_.NO_PERSO_EN_COURS]] != 1)
  2. {
  3.    gNextLabel = "_04_S02";
  4. }
  5. else
  6. {
  7.    gNextLabel = "_04_02";
  8. }
  9. var nom_du_son = "04_01";
  10. joueSon({nomSon:nom_du_son});
  11. stop();
  12.