home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global numflash, versioncheck
- set numflash to 0
- if versioncheck = "12345" then
- set the visible of sprite 14 to 1
- set the visible of sprite 7 to 0
- updateStage()
- else
- set the visible of sprite 14 to 0
- set the visible of sprite 7 to 1
- end if
- set the visible of sprite 42 to 0
- end
-