home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / intro.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1995-01-24  |  163 b   |  10 lines

  1. global lastBackgroundChange
  2.  
  3. on exitFrame
  4.   if the ticks < (lastBackgroundChange + (60 * 5)) then
  5.     go(the frame - 1)
  6.   else
  7.     changeBackground()
  8.   end if
  9. end
  10.