home *** CD-ROM | disk | FTP | other *** search
- global AnzahlBestellungen, gArtikelliste
-
- on startMovie
- ToggleTon()
- ToggleTon()
- set the volume of sound 2 to 255
- startTimer()
- set AnzahlBestellungen to 0
- set the floatPrecision to 2
- set the text of member "Anzahl2" to " "
- set the text of member "Name2" to " "
- set the text of member "EPreis2" to " "
- set the text of member "GPreis2" to " "
- set the text of member "summe" to " "
- set the text of member "emailAdresse" to EMPTY
- set the text of member "Anzahl1" to "1"
- set gArtikelliste to [#Kappe: ["AOL-Cap", "29.95", "Eingestickte E-Mail-Adresse"], #Stift: ["AOL Lexon Kugelschreiber", "49.95"], #Pad: ["AOL-Mousepad", "14.95"], #Jacke: ["AOL Challenge-Longjacket", "159.00", "S, M, L, XL"], #Shirt: ["AOL T-Shirt", "24.90", "M, L, XL, XXL"], #Kappemit: ["AOL-Cap, eingestickt:", "34.95"]]
- end
-
- on stopMovie
- set the volume of sound 2 to 255
- set the soundEnabled to 1
- end
-
- on idle
- if (the timer > 500) and (the timer < 560) then
- set the volume of sound 2 to 210
- else
- if (the timer > 600) and (the timer < 660) then
- set the volume of sound 2 to 180
- else
- if (the timer > 700) and (the timer < 760) then
- set the volume of sound 2 to 150
- else
- if (the timer > 800) and (the timer < 860) then
- set the volume of sound 2 to 120
- end if
- end if
- end if
- end if
- end
-