home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global dfp_path, HD_path, watch_cursor, DEST
- if DEST contains "exit" then
- cursor(watch_cursor)
- go(1, "END1")
- else
- if DEST contains "demo" then
- set the visible of sprite 3 to 0
- set the visible of sprite 4 to 0
- set the visible of sprite 5 to 0
- set the visible of sprite 6 to 0
- set the visible of sprite 7 to 0
- go("helpdemo")
- else
- cursor(watch_cursor)
- go(1, DEST)
- end if
- end if
- end
-