home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / Titans / cyborg.swf / scripts / DefineSprite_134_atlas / frame_1 / DoAction.as
Encoding:
Text File  |  2006-01-05  |  228 b   |  14 lines

  1. x = 300;
  2. y = 200;
  3. _X = x;
  4. _Y = y;
  5. attacdelay = 50;
  6. energy = 60;
  7. r.zloop.stop();
  8. r.zboss.start(0,99999);
  9. onenterframe = function()
  10. {
  11.    _X = x + math.sin(b1++ * 0.08) * 120;
  12.    _Y = y + math.sin(b2++ * 0.3) * 10;
  13. };
  14.