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

  1. onenterframe = function()
  2. {
  3.    if(r.shootingani)
  4.    {
  5.       gotoAndPlay(11);
  6.    }
  7.    if(r.hit)
  8.    {
  9.       r.shotsize = 100;
  10.       gotoAndPlay(1);
  11.    }
  12. };
  13.