home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
optimus
/
agata
/
home.dir
/
00247.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-02-20
|
257 b
|
13 lines
on exitFrame
global gPath
repeat with i = 4 to 40
puppetSprite(i, 0)
end repeat
if the machineType = 256 then
set nextMovie to gPath & "bedroom\"
else
set nextMovie to gPath & "bedroom:"
end if
go(1, nextMovie & "bedroom.dir")
end