home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- sprite(40).visible = 0
- end
-
- on startMovie
- global gBackAttivo, gSuonoAttivo, riattivagSuonoAttivo, gEFlencoopere, gRientroDaInternet, finestra, gpittore, gTooltip, gTutorial, gElencoOpereOld
- register(xtra("PrintOMatic"), "PMAT162-785-87288")
- dxRegister(111340792)
- RegisterDirectEmail(161659558)
- dosRegister(90034659)
- dcRegister(126904465)
- GrabRegister(388432713, 2093372122)
- gpittore = the text of field "codicepittore" of castLib "common"
- trovadesktop()
- gElencoOpereOld = #vuoto
- gElencoOpere = 0
- gBackAttivo = 0
- set the volume of sound 1 to 200
- set the volume of sound 2 to 200
- set the volume of sound 3 to 200
- if gRientroDaInternet = 1 then
- cursor(-1)
- if finestra = VOID then
- finestra = "home"
- end if
- unLoad()
- the windowList = []
- window(finestra).windowType = 2
- window(finestra).rect = rect(the stageLeft + 76, the stageTop + 60, the stageLeft + 716, the stageTop + 540)
- open(window(finestra))
- gRientroDaInternet = 0
- else
- if gpittore = "071" then
- gTooltip = 1
- else
- gTooltip = 0
- end if
- if the memorysize < 33000000 then
- gSuonoAttivo = 0
- else
- gSuonoAttivo = 1
- end if
- riattivagSuonoAttivo = 0
- gTutorial = "TMain"
- listaBACK()
- end if
- end
-
- on listaBACK
- global gback
- gback = []
- end
-
- on idle
- global gback, gSuonoAttivo
- if the frame = 5 then
- if count(gback) < 2 then
- set the member of sprite 25 to member("indie_f3")
- updateStage()
- else
- if the member of sprite 25 <> member("indie_f2") then
- set the member of sprite 25 to member("indie")
- updateStage()
- end if
- end if
- if the rollOver <> 14 then
- if gSuonoAttivo = 1 then
- sprite(14).member = member("Audio")
- end if
- if gSuonoAttivo = 0 then
- sprite(14).member = member("Audio_f4")
- end if
- end if
- end if
- end
-
- on buio
- sprite(40).visible = 1
- updateStage()
- end
-
- on internet
- global finestra, gWWW
- cursor(-1)
- sound stop 1
- sound stop 2
- if the machineType = 256 then
- finestra = "mappa"
- the windowList = []
- repeat while the windowList <> []
- nothing()
- end repeat
- go("internet")
- else
- gWWW = "http:\\" & gWWW
- gotoNetPage(gWWW, "_new")
- end if
- end
-