home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / intro.dir / 00078_Script_78 < prev    next >
Text File  |  1995-06-14  |  184b  |  9 lines

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