home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 22
/
cdrt22.iso
/
pc
/
bugbook
/
map.dir
/
00229_Script_229
< prev
next >
Wrap
Text File
|
1995-06-26
|
415b
|
22 lines
on exitFrame
global lastMapRandom
repeat with x=1 to 5
if rollOver(x+23) then EXIT REPEAT
end repeat
if not(x= lastMapRandom) then
if x<6 then
set the timeOutScript to EMPTY
put x into lastMapRandom
go (lastMapRandom&".Roll")
else
go "map"
set the timeOutScript to "doTimeOut()"
set timeOutLapsed =0
end if
end if
end