home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Better Homes & Gardens: …oking for Today - Chicken
/
Image.iso
/
pc
/
intro.dxr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-20
|
230 b
|
12 lines
on exitFrame
global gIntro2Movie
go(the frame)
if the movieTime of sprite 1 > 540 then
startTimer()
repeat while the timer < 120
updateStage()
end repeat
go(1, the pathName & gIntro2Movie)
end if
end