home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with x = 2 to 4
- set the puppet of sprite x to 1
- set the visible of sprite x to 0
- end repeat
- repeat with x = 14 to 16
- set the cursor of sprite x to [6, 7]
- end repeat
- set the puppet of sprite 12 to 1
- set the cursor of sprite 12 to [11, 12]
- set the constraint of sprite 12 to 11
- end
-