home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / U2OPEN.DIR / 00184.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  116 b   |  9 lines

  1. on exitFrame
  2.   if the timer < (4 * 60) then
  3.     RolloverScript()
  4.     go(#loop)
  5.   else
  6.     startTimer()
  7.   end if
  8. end
  9.