home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
ch06_med
/
txtchngr
/
txtchngr.dcr
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-12-06
|
230 b
|
13 lines
on exitFrame
global gPasses, showMe
set gPasses to gPasses + 1
if gPasses > 70 then
if showMe = 1 then
resetAllFields()
end if
set showMe to not showMe
set gPasses to 0
end if
go(the frame - 1)
end