home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / chicken.swf / scripts / DefineSprite_127 / frame_6 / DoAction.as
Encoding:
Text File  |  2006-05-23  |  196 b   |  10 lines

  1. rnd = random("4");
  2. if(rnd == "1")
  3. {
  4.    setProperty("../body", _Y, getProperty("../body", _Y) + "1");
  5. }
  6. if(rnd == "0")
  7. {
  8.    setProperty("../body", _Y, getProperty("../body", _Y) - "1");
  9. }
  10.