home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Science Smart
/
SCIENCE.iso
/
mac
/
files
/
CAD.DiR
/
01764.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-08
|
244 b
|
13 lines
on mouseUp
global dactive
if dactive = 1 then
exit
end if
puppetSprite(32, 1)
set the castNum of sprite 32 to the castNum of sprite 32 + 1
updateStage()
puppetSprite(32, 0)
updateStage()
pmovie(the frame + 1 & ".dir")
end