home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / Media / NETC.dxr / 00031_themes.ls < prev    next >
Encoding:
Text File  |  1999-12-01  |  247 b   |  13 lines

  1. on mouseUp
  2.   global categO, IndicT
  3.   IndicT = the mouseLine
  4.   put EMPTY into field "version"
  5.   put EMPTY into field "auteur"
  6.   put EMPTY into field "contact"
  7.   put EMPTY into field "des"
  8.   Prod()
  9.   if categO = 7 then
  10.     go("ProdB7")
  11.   end if
  12. end
  13.