home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / studios / l001.dir / 00079_Script_79 < prev    next >
Text File  |  1996-12-05  |  164b  |  10 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     set the visible of sprite 2 to false
  4.   end if
  5.   
  6.   
  7.   go "exit"
  8.   
  9.   set the visible of sprite 2 to true
  10. end