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

  1. stop();
  2. timer = "";
  3. onEnterFrame = function()
  4. {
  5.    playerMenu();
  6.    getKeys();
  7.    animState();
  8.    checkState();
  9.    watchState();
  10. };
  11.