home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the puppet of sprite 15 to 1
- set the locV of sprite 15 to the locV of sprite 15 + 3
- set the locH of sprite 15 to the locH of sprite 15 + 2
- updateStage()
- end
-
- on mouseUp
- global Root, Rootlang
- set the locV of sprite 15 to the locV of sprite 15 - 3
- set the locH of sprite 15 to the locH of sprite 15 - 2
- updateStage()
- repeat with i = 10 to 15
- set the puppet of sprite i to 0
- end repeat
- set Root to the pathName
- set Rootlang to the pathName & "Portug/"
- go(3, the pathName & "Portug/Intro.dir")
- end
-