home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 21 / cdromtoday-21.iso / pc / multbird / birddemo.dir / 00198_Script_198 < prev    next >
Text File  |  1995-06-27  |  157b  |  10 lines

  1. on mouseDown
  2.   global birdActive,tempgo
  3.   if not (birdActive) then
  4.     
  5.     set tempgo = "garden"&string(random(7))
  6.     go tempgo
  7.     
  8.   end if
  9. end
  10.