home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 October / dotnet_50.iso / pc / media / moteur.dxr / 00006_themes.ls < prev    next >
Encoding:
Text File  |  2000-10-02  |  211 b   |  10 lines

  1. on mouseUp
  2.   global indicthem
  3.   put EMPTY into field "prod"
  4.   indicthem = the mouseLine
  5.   prod()
  6.   member("prod").scrollTop = 1
  7.   visiblesprite()
  8.   put line indicthem of field "themes" into field "rubrique"
  9. end
  10.