home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / arcade_animal.swf / scripts / DefineSprite_112 / frame_4 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  124 b   |  7 lines

  1. if(getProperty("/p", _Y) < "365")
  2. {
  3.    prevFrame();
  4.    setProperty("/p", _Y, getProperty("/p", _Y) + "15");
  5. }
  6. play();
  7.