home *** CD-ROM | disk | FTP | other *** search
- if(this.hitTest(_root.Meg._x,_root.Meg._y,true))
- {
- if(Key.isDown(Key.SPACE))
- {
- if(eval("/Variables:HarponPris") != true)
- {
- loadVariablesNum("/web/steppenwolf/tracking.jsp?episode=1&stage=15",0);
- set("/Variables:HarponPris",true);
- set("/Variables:InvNb",eval("/Variables:InvNb") + 1);
- set("/Variables:InvObjet" + eval("/Variables:InvNb"),7);
- tellTarget("/Harpon")
- {
- gotoAndPlay(2);
- }
- tellTarget("_root.Animatique")
- {
- gotoAndStop("SndRamasseObjet");
- play();
- }
- tellTarget("_root.Inventaire.ObjetAffiche")
- {
- gotoAndStop(8);
- }
- }
- }
- }
-