home *** CD-ROM | disk | FTP | other *** search
- _X = _X + ix;
- _Y = _Y + iy;
- if(_X < 0 or 550 < _X or _Y < 0 or 400 < _Y)
- {
- borra = 1;
- }
- if(this.hitTest(_root.piedra_practice1))
- {
- with(_root.sonido1)
- {
- gotoAndPlay(2);
- }
- borra = 1;
- _root.muestra_piedras = _root.muestra_piedras + 1;
- with(_root.piedra_practice1)
- {
- gotoAndPlay(2);
- }
- }
- else if(this.hitTest(_root.piedra_practice2))
- {
- with(_root.sonido1)
- {
- gotoAndPlay(2);
- }
- borra = 1;
- _root.muestra_piedras = _root.muestra_piedras + 1;
- with(_root.piedra_practice2)
- {
- gotoAndPlay(2);
- }
- }
- if(borra == 1)
- {
- nextFrame();
- }
- else
- {
- gotoAndPlay(3);
- }
-