home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / miffyrecipe.swf / scripts / DefineSprite_282 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  114 b   |  10 lines

  1. function minus_one()
  2. {
  3.    if(0 < got_fruit)
  4.    {
  5.       nextFrame();
  6.       got_fruit -= 1;
  7.    }
  8. }
  9. stop();
  10.