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

  1. onenterframe = function()
  2. {
  3.    if(r.shootingani)
  4.    {
  5.       delete onenterframe;
  6.       play();
  7.    }
  8. };
  9. stop();
  10.