home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch06_med / shcknovl / movies / chapter6.dcr / 00028_timeout.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  110 b   |  9 lines

  1. on exitFrame
  2.   if the timer > 600 then
  3.     startTimer()
  4.     go("attract")
  5.   else
  6.     go("loopy")
  7.   end if
  8. end
  9.