home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 7 / LAUNCH.BIN / pc / cypher / 1400.dir / 00030_Script_30 < prev    next >
Text File  |  1996-04-15  |  119b  |  8 lines

  1. on mouseUp
  2.   global opensafe
  3.   if opensafe = 1 then
  4.     go to "open main"
  5.   else
  6.     go to "main"
  7.   end if  
  8. end