home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1997 September
/
Personal_Computer_World_Sep_97.iso
/
Democd1
/
mx_K0049.dxr
/
00021.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-04
|
241 b
|
13 lines
on startMovie
global type
updateStage()
repeat with n = 3 to 6
set the cursor of sprite n to [8, 9]
end repeat
repeat with n = 10 to 13
set the visible of sprite n to 0
end repeat
updateStage()
set type to "nish"
end