home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00264_mike.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  94 b   |  8 lines

  1. on mouseDown
  2.   if the mouseH > 472 then
  3.     doPlayRecord()
  4.   else
  5.     doRecord()
  6.   end if
  7. end
  8.