home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
jscript
/
yrmovie.dcr
/
00021.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-14
|
246 b
|
11 lines
on mouseUp
if gWhichScreen = 4 then
set gWhichScreen to 1
else
set gWhichScreen to gWhichScreen + 1
end if
set the castNum of sprite 20 to the number of member ("Screen" && string(gWhichScreen))
updateStage()
startTimer()
end