home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- UpdateCursor([[left(), leftcursor()], [right(), rightcursor()], [4, ObjectCursor()], [5, ObjectCursor()]])
- go(the frame)
- end
-
- on mouseDown
- if PointingAt(4) then
- WatchCursor()
- cursor(0)
- set the volume of sound 1 to 255
- set the volume of sound 2 to 255
- go("video")
- end if
- if PointingAt(left()) or PointingAt(right()) then
- puppetSound(1, 16)
- WatchCursor()
- repeat while soundBusy(1)
- end repeat
- quit()
- end if
- if PointingAt(5) then
- WatchCursor()
- go("stand")
- end if
- end
-