home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / jigsaw.dir / 00182_Script_ShowFullscreen < prev    next >
Text File  |  1996-09-13  |  210b  |  9 lines

  1. on exitFrame
  2.   if the mousedown or the timer > 5 * 60 then 
  3.     set the memberNum of sprite 1 = the number of member "background"
  4.     updateStage
  5.     go frame "game"
  6.   else
  7.     go the frame
  8.   end if
  9. end