home *** CD-ROM | disk | FTP | other *** search
- on takeMeTo location
- puppetTransition(52, 2, 8)
- go(label("e" & location))
- end
-
- on goiTales
- play movie "BirdΓÇÖs Life"
- end
-
- on goiVentures
- play movie "VampireΓÇÖs Coffin"
- end
-
- on goiLearn
- play movie "Farm"
- end
-
- on goiLaugh
- play movie "Laugh Clip"
- end
-
- on initbuttons
- puppetSprite(27, 1)
- puppetSprite(28, 1)
- puppetSprite(29, 1)
- puppetSprite(30, 1)
- end
-
- on butndown instruction
- set chan to the clickOn
- set the ink of sprite chan to 2
- updateStage()
- repeat while the mouseDown
- if rollOver(chan) then
- set the ink of sprite chan to 2
- else
- set the ink of sprite chan to 0
- end if
- updateStage()
- end repeat
- set chosen to the ink of sprite chan
- set the ink of sprite chan to 0
- updateStage()
- if chosen = 2 then
- do(instruction)
- end if
- end
-