home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #1
/
ClubKidsoft.iso
/
demos
/
digimpct
/
ozzies
/
mainstr.dxr
/
00056.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
|
303 b
|
16 lines
on exitFrame
global counter, UserPath
set counter to counter + 1
if counter = 2 then
cursor(0)
puppetTempo(10)
if the machineType <> 256 then
go(1, UserPath & "ROOM:HMINTRO.DXR")
else
go(1, UserPath & "ROOM\HMINTRO.DXR")
end if
else
go("INTRO2")
end if
end