home *** CD-ROM | disk | FTP | other *** search
- qq_x = getProperty("/qq", _X);
- qq_width = getProperty("/qq", _width) / 2;
- if(qq_x - qq_width < my_x and my_x < qq_x + qq_width)
- {
- if(eval("/:hit") == 1)
- {
- tellTarget("/qq")
- {
- gotoAndStop("hit_qq");
- play();
- }
- i = 1;
- while(i < 3)
- {
- if(eval("/:hit") == 0)
- {
- break;
- }
- tellTarget("/qq_time")
- {
- nextFrame();
- }
- i++;
- }
- gotoAndPlay(11);
- }
- }
-