home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / ECKESHOP.DXR / 00006.ls < prev    next >
Encoding:
Text File  |  1998-03-20  |  613 b   |  19 lines

  1. on mouseUp
  2.   global AnzahlBestellungen
  3.   puppetSound("Klick")
  4.   updateStage()
  5.   set the text of member "Anzahl2" to " "
  6.   set the text of member "Name2" to " "
  7.   set the text of member "EPreis2" to " "
  8.   set the text of member "GPreis2" to " "
  9.   set the text of member "emailAdresse" to " "
  10.   set the hilite of member "emailOption" to 0
  11.   set the hilite of member "sizeS" to 0
  12.   set the hilite of member "sizeM" to 0
  13.   set the hilite of member "sizeL" to 0
  14.   set the hilite of member "sizeXL" to 0
  15.   set the hilite of member "sizeXXL" to 0
  16.   set AnzahlBestellungen to 0
  17.   set the text of field "Summe" to " "
  18. end
  19.