home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bee_war.swf / scripts / DefineSprite_397 / frame_4 / DoAction.as
Encoding:
Text File  |  2002-02-08  |  229 b   |  18 lines

  1. if(i < 5)
  2. {
  3.    tellTarget("/qq")
  4.    {
  5.       play();
  6.    }
  7.    X = getProperty("/qq", _X) - 30;
  8.    setProperty("/h_h" add i, _X, X);
  9.    tellTarget("/h_h" add i)
  10.    {
  11.       play();
  12.    }
  13. }
  14. else
  15. {
  16.    gotoAndStop(1);
  17. }
  18.