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

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