home *** CD-ROM | disk | FTP | other *** search
- on voce
- global segno, voce
- set argo to "Osserva"
- sound playFile 1, the pathName & argo & segno & voce & ".aif"
- tieni()
- end
-
- on Oggetto
- global pOggetti, segno, Lingua, pincopallo
- set argo to "Oggetti"
- if Lingua = 0 then
- sound playFile 1, the pathName & argo & segno & pincopallo & ".aif"
- else
- sound playFile 1, the pathName & argo & segno & "ing" & segno & pincopallo & ".aif"
- end if
- end
-
- on tieni
- global pOggetti, voce
- repeat while the stillDown
- end repeat
- repeat while soundBusy(1)
- if the mouseDown then
- abort()
- end if
- end repeat
- end
-
- on STAMPA
- set doc to new(xtra("PrintOMatic"))
- register(xtra("PrintOMatic"), "POMX153-721-02745")
- setLandscapeMode(doc, 0)
- if not objectp(doc) then
- exit
- end if
- newPage(doc)
- drawStagePicture(doc, point(0, 0))
- if doJobSetup(doc) then
- updateStage()
- print(doc)
- end if
- set doc to 0
- end
-
- on HELP
- global Desinenza, ritornohelp, segno, chisono
- set chisono to 4
- set ritornohelp to the pathName & the movieName
- go(1, the pathName & "help" & segno & "OShelp" & Desinenza)
- end
-
- on hap
- global Lingua
- if Lingua = 0 then
- alert("Attenzione! Questa è solamente una versione Dimostrativa. Usasare il pulsante con le mele per giocare o il cappello per uscire")
- else
- alert("I'm sorry. This is only a demo version.Use the button with the apples to play or use the hat to return to the main screen")
- end if
- end
-