home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global whichonehuh
- case whichonehuh of
- 0:
- set whichonehuh to 1
- 1:
- section_frame()
- 2:
- preview()
- 3:
- previewsetup1()
- 4:
- red()
- 5:
- orange()
- 6:
- green()
- 7:
- blue()
- 8:
- purple()
- end case
- updateStage()
- go(the frame)
- end
-