home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bee_war.swf / scripts / DefineSprite_441 / frame_42 / DoAction.as
Encoding:
Text File  |  2002-02-08  |  281 b   |  14 lines

  1. qq_x = getProperty("/qq", _X);
  2. qq_width = getProperty("/qq", _width) / 2;
  3. if(qq_x - qq_width < my_x and my_x < qq_x + qq_width)
  4. {
  5.    if(eval("/:hit") == 1)
  6.    {
  7.       tellTarget("/qq_time")
  8.       {
  9.          gotoAndStop("qq_end");
  10.       }
  11.       gotoAndStop(44);
  12.    }
  13. }
  14.