home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / map.dir / 00256_Script_256 < prev    next >
Text File  |  1995-06-26  |  281b  |  14 lines

  1. on exitFrame
  2.   global lastMapRandom
  3.   if the timer>3*60 then
  4.     repeat with x=1 to 5
  5.       if rollOver(x+23) then
  6.         set the timeOutScript to EMPTY
  7.         put x into lastMapRandom
  8.         go (lastMapRandom&".Roll")
  9.       end if
  10.     end repeat
  11.   end if
  12.   
  13.   
  14. end