home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / arcade_animal.swf / scripts / DefineSprite_151 / frame_11 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  158 b   |  14 lines

  1. if("0" < getProperty("/p", _Y))
  2. {
  3.    setProperty("/p", _Y, "55");
  4. }
  5. else
  6. {
  7.    stop();
  8. }
  9. tellTarget("/spin1")
  10. {
  11.    gotoAndStop("2");
  12.    play();
  13. }
  14.