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

  1. onenterframe = function()
  2. {
  3.    if(r.pnow == 1 and !r.jump and !r.hit and !r.nochange)
  4.    {
  5.       if(z.hittest(p.z))
  6.       {
  7.          r.onlift = 1;
  8.          r.liftx = _X;
  9.          lift.play();
  10.          delete onenterframe;
  11.       }
  12.    }
  13. };
  14. stop();
  15.