home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / macsoftware / 00059_Recscript.ls < prev    next >
Encoding:
Text File  |  1999-10-19  |  345 b   |  10 lines

  1. on recRoller
  2.   if rollOver(30) then
  3.     set the text of field "newinfo" to "PC Deck is a hard disk recording utility for recording from audio Cd's or any other inputs."
  4.   else
  5.     if rollOver(31) then
  6.       set the text of field "SoftInfo" to "Sound Recorder is a neat little utility for hard disk recording on your mac"
  7.     end if
  8.   end if
  9. end
  10.