home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Moss_2_mochiads.swf / scripts / frame_13 / DoAction.as
Encoding:
Text File  |  2008-09-02  |  222 b   |  14 lines

  1. stop();
  2. fixLevel(true,false);
  3. onEnterFrame = function()
  4. {
  5.    lowGravity();
  6.    time();
  7.    playerReset();
  8.    getKeys();
  9.    animState();
  10.    checkState();
  11.    watchState();
  12.    swapFrames(true,false,true,false);
  13. };
  14.