home *** CD-ROM | disk | FTP | other *** search
- global gapppath, gwin, gmac, gjpdata, gdrive, gusernumber, guserlist, gshopping, gsoundlevel, gbgm, gnowplace
-
- on startMovie
- if the machineType <> 256 then
- if the colorDepth <> 8 then
- set the colorDepth to 8
- end if
- else
- if the colorDepth <> 8 then
- alert("テ・ツェテァ窶コテ嘉テ泳テ運テ[テテεェ窶コテュテ凝邃「" & integer(power(2, the colorDepth)) & "テェFテ窶ヲテツサテツ。テニ津ツ「テ窶ケテテ" & RETURN & "テツアテテε窶ケテ窶ケテツシテ窶。テツ湘ウテウテ窶ヲテツサテテ催窶ケテテ敕邃「テAテ嘉テ[テ詠テ[テテεツソテュテ凝ツ敕ッツ、ティテソティoテウテテ窶ケテテセテテ" & RETURN & "テ⑱テⅠテⅡテェFテ窶ヲテッナ禿ァXテツオテニ津ツ湘ウテウテツ催テヲテナステツ「")
- alert("テ嘉テ泳テ運テテεェFテテεッナ禿ァXテテ95テテεィテ催ァテ。" & RETURN & "[ナ窶コニ陳、ツ税クツツサナク - テ「テ甘アツ - ツッ竄ャツョテステδセツ湘テεィナセテァテ - テーテ猟青ツセテ佝綻 テツシテッナ禿ァXティoテウテテ窶ケテテ")
- end if
- end if
- getmachinetype()
- set gmac to gwin
- initsound()
- end
-
- on getmachinetype
- if the platform = "Windows,32" then
- set gwin to 95
- else
- if the platform = "Windows,16" then
- set gwin to 1
- else
- set gwin to 0
- end if
- end if
- end
-
- on initsound
- set the volume of sound 1 to 255
- set the volume of sound 2 to 255
- set n to 10
- set gbgm to 499 + n
- if the soundLevel = 0 then
- set gsoundlevel to 321
- end if
- if the soundLevel = 1 then
- set gsoundlevel to 306
- end if
- if the soundLevel = 2 then
- set gsoundlevel to 290
- end if
- if the soundLevel = 3 then
- set gsoundlevel to 274
- end if
- if the soundLevel = 4 then
- set gsoundlevel to 258
- end if
- if the soundLevel = 5 then
- set gsoundlevel to 242
- end if
- if the soundLevel = 6 then
- set gsoundlevel to 226
- end if
- if the soundLevel = 7 then
- set gsoundlevel to 210
- end if
- end
-
- on gettoday
- set today to the short date
- set olddelimiter to the itemDelimiter
- if gwin = 0 then
- set the itemDelimiter to "."
- else
- set the itemDelimiter to "/"
- end if
- set y to value(item 1 of today)
- set m to value(item 2 of today)
- set d to value(item 3 of today)
- set the itemDelimiter to olddelimiter
- set today to y & "," & m & "," & d
- return today
- end
-
- on keyDown
- if (the keyCode = 125) or (the keyCode = 126) then
- else
- go(1, "@/CONT/START21")
- end if
- end
-