home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #1
/
ClubKidsoft.iso
/
demos
/
digimpct
/
ozzies
/
mainstr.dxr
/
00061.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
|
1994-11-15
|
217 b
|
14 lines
on startMovie
global UserPath, counter
set counter to 0
set UserPath to the pathName
cursor(200)
puppetSprite(48, 1)
set the visible of sprite 48 to 1
end
on stopMovie
puppetSound(0)
sound stop 1
end