home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Teach Your Children: Road Construction Ahead
/
Teach Your Children: Road Construction Ahead.iso
/
pc
/
rca
/
road.dxr
/
00151_interruptIntro.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-07-17
|
308 b
|
18 lines
on exitFrame
if the movieTime of sprite 3 < the duration of cast "OPEN.MOV" then
go(the frame)
else
unpuppetAll()
go("LogIn")
end if
end
on mouseDown
set the locH of sprite 3 to -1000
set the movieRate of sprite 3 to 0
go(marker(1))
unpuppetAll()
flushBuffer()
go("LogIn")
end