home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global myversion, myplatform
- set x to 0
- if the platform contains "16" then
- set x to 12
- else
- if (myplatform = "NT") or (the platform contains "Mac") then
- set x to 14
- else
- set x to 11
- end if
- end if
- repeat with i in [11, 12, 14]
- if x = i then
- set the visible of sprite i to 1
- next repeat
- end if
- set the visible of sprite i to 0
- end repeat
- end
-