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

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