home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 161 / MOBICLIC161.ISO / pc / DATA / VOT161 / VOT161_00 / VOT161_00.swf / scripts / frame_10 / DoAction_2.as next >
Text File  |  2014-01-15  |  755b  |  33 lines

  1. var nom_du_son = "01";
  2. gNextLabel = "_02";
  3. joueSon({nomSon:nom_du_son,Mascottes:[{nom:"WIKI",action:"E1"}]});
  4. BT_FERMER.onRollOver = function()
  5. {
  6.    this.useHandCursor = true;
  7.    joueBruitage({nomSon:"B_FERMER"});
  8.    this.gotoAndPlay("E2");
  9. };
  10. BT_FERMER.onPress = function()
  11. {
  12.    ChangeModule({codeRub:"MOB",numMod:0,FromModule:true});
  13. };
  14. BT_FERMER.onRollOut = function()
  15. {
  16.    this.gotoAndPlay("E1");
  17. };
  18. BT_VOTE.onRollOver = function()
  19. {
  20.    this.useHandCursor = true;
  21.    joueBruitage({nomSon:"B_VOTE"});
  22.    this.gotoAndPlay("E2");
  23. };
  24. BT_VOTE.onPress = function()
  25. {
  26.    _global.HOTE.openURL("http://www.mobiclic.com/cest-toi-le-redacchef/","_blank");
  27. };
  28. BT_VOTE.onRollOut = function()
  29. {
  30.    this.gotoAndPlay("E1");
  31. };
  32. stop();
  33.