home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 June / PCOnline_06_1996.iso / mrmore / mrmore.dir / 00036_Script_36 < prev    next >
Text File  |  1996-04-11  |  342b  |  15 lines

  1. -- Sound in den Einkaufskorb
  2.  
  3. on mouseUp
  4.   global gsPopupType, gsPopupCont
  5.   
  6.   ClickButton(the clickOn)
  7.   
  8.   set s = the text of field ("InstallDesi")
  9.   if s contains  "Keine Daten gewΣhlt" then set s = ""
  10.   if s <> "" then set s = s & return
  11.   
  12.   set the text of field ("InstallDesi") = s & gsPopupCont 
  13.   
  14.   ClosePopup()
  15. end