home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- ControlRollOver(2, 10, 2, 0, 0)
- go(the frame)
- end
-
- on mouseUp
- global gFrame, gMovie, gAide
- case the clickOn of
- 10:
- EndAllPuppet()
- cursor(4)
- go(gFrame, gMovie)
- cursor(0)
- 11:
- set gAide to marker(0)
- EndAllPuppet()
- go("Aide")
- end case
- end
-