home *** CD-ROM | disk | FTP | other *** search
- global Language
-
- on mouseDown
- set the visible of sprite 5 to 1
- updateStage()
- end
-
- on mouseUp
- set the visible of sprite 5 to 0
- updateStage()
- if Language = #Ned then
- set launch to "2000 . " & QUOTE & "playmate.exe ned" & QUOTE & " PlayMate . ro3ned.exe"
- end if
- if Language = #Fra then
- set launch to "2000 . " & QUOTE & "playmate.exe fra" & QUOTE & " PlayMate . ro3fra.exe"
- end if
- if Language = #Dui then
- set launch to "2000 . " & QUOTE & "playmate.exe dui" & QUOTE & " PlayMate . ro3dui.exe"
- end if
- if Language = #Eng then
- set launch to "2000 . " & QUOTE & "playmate.exe eng" & QUOTE & " PlayMate . ro3eng.exe"
- end if
- if Language = #Ita then
- set launch to "2000 . " & QUOTE & "playmate.exe ita" & QUOTE & " PlayMate . ro3ita.exe"
- end if
- if Language = #none then
- set launch to "2000 . " & QUOTE & "playmate.exe ned" & QUOTE & " PlayMate . ro3ned.exe"
- end if
- open("launch.exe " & launch)
- quit()
- end
-