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

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