home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set num to 2
- repeat while num < 9
- set the visible of sprite num to 1
- set num to num + 1
- end repeat
- set num to 10
- repeat while num < 26
- set the visible of sprite num to 0
- set num to num + 1
- end repeat
- sound stop 2
- end
-