home *** CD-ROM | disk | FTP | other *** search
/ The World of Don & Mike / DMCDROM.iso / gamedata / class.dir / 00246.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  179 b   |  10 lines

  1. on mouseDown
  2.   global seperator
  3.   sound playFile 2, the pathName & "sounds" & seperator & "donGras.aif"
  4.   grabIcon("grassRoots", 30, #grassRoots)
  5. end
  6.  
  7. on mouseUp
  8.   dropIcon()
  9. end
  10.