home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gNumberOfPasses, magcursor
- set the soundEnabled to 1
- set the soundLevel to 4
- set gNumberOfPasses to 1
- set magcursor to [the number of member "magnifying glass"]
- if the colorDepth <> 8 then
- set the colorDepth to 8
- end if
- end
-
- on bartender
- set HortPos to the mouseH
- sound fadeOut 1, 5
- if HortPos < 123 then
- play movie "FURNITUR.DIR"
- else
- if HortPos < 273 then
- play movie "PHILANTH.DIR"
- else
- if HortPos < 385 then
- play movie "LEARN.DIR"
- else
- if HortPos < 440 then
- play movie "LUCK.DIR"
- else
- play movie "HELP.DIR"
- end if
- end if
- end if
- end if
- end
-
- on enterFrame
- global magcursor
- set changeToMagFinder to 0
- if rollOver(2) or rollOver(18) then
- set changeToMagFinder to 1
- end if
- if changeToMagFinder then
- cursor(magcursor)
- else
- cursor(-1)
- end if
- end
-
- on testPasses
- global gNumberOfPasses
- if gNumberOfPasses = 2 then
- sound fadeOut 1, 5
- go(1, "FURNITUR.DIR")
- else
- set gNumberOfPasses to gNumberOfPasses + 1
- go("INTRO")
- end if
- end
-
- on stopMovie
- cursor(-1)
- end
-
- on resetMovie
- go(1)
- end
-