home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 160 / MOBICLIC160.ISO / pc / DATA / INT160 / INT160_00 / INT160_00.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2013-12-16  |  329 b   |  10 lines

  1. trace("start frame");
  2. creerRectangle({pere:this,nom:"IntroClicZap",level:52465,couleur:0,alpha:0,x:0,y:0,width:800,height:600});
  3. this.IntroClicZap.onPress = function()
  4. {
  5.    _root.t1_txt.removeMovieClip();
  6.    _global.ChangeModule({codeRub:HOTE.LocalConfig.magSom,numMod:0});
  7. };
  8. this.IntroClicZap._visible = true;
  9. play();
  10.