home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- sound fadeOut 1, 120
- sound fadeOut 2, 120
- sound fadeIn 1, 120
- puppetSound(1, "sound")
- repeat with n = 30 to 34
- set the visible of sprite n to 0
- end repeat
- repeat with n = 3 to 10
- set the cursor of sprite n to [1, 2]
- end repeat
- repeat with n = 20 to 23
- set the cursor of sprite n to [1, 2]
- end repeat
- set the cursor of sprite 41 to [1, 2]
- set the visible of sprite 47 to 0
- set the puppet of sprite 48 to 1
- set the visible of sprite 48 to 0
- end
-