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