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:
Text File  |  1996-12-06  |  230 b   |  13 lines

  1. on exitFrame
  2.   global gPasses, showMe
  3.   set gPasses to gPasses + 1
  4.   if gPasses > 70 then
  5.     if showMe = 1 then
  6.       resetAllFields()
  7.     end if
  8.     set showMe to not showMe
  9.     set gPasses to 0
  10.   end if
  11.   go(the frame - 1)
  12. end
  13.