home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
-
- repeat with x = 2 to 10
- set the puppet of sprite x = true
- set the visible of sprite x = false
- end repeat
-
- repeat with x = 20 to 26
- set the cursor of sprite x = [10, 11]
- end repeat
-
- set the cursor of sprite 28 = [10, 11]
-
- -- if the text of field "BrowserName" <> "" then
- set the cursor of sprite 27 = [10, 11]
- -- end if
- videoControl
- end