home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global countryName, positionofFrame, positionTable, previousFrameNumber
- set previousFrameNumber to the frame
- set positionTable to []
- repeat with counter = 13 to 21
- set the visible of sprite counter to 0
- add(positionTable, the locV of sprite counter)
- add(positionTable, the locH of sprite counter)
- end repeat
- set countryName to "safr"
- set tempglobe to "globe" & positionofFrame
- set the member of sprite 3 to member tempglobe
- set the visible of sprite 35 to 0
- set the visible of sprite 22 to 0
- cursor(4)
- go("safr")
- end
-