home *** CD-ROM | disk | FTP | other *** search
/ Lucas Arts Ad Sampler / demo.bin / infoshrt.dir / 00146_Script_146 < prev    next >
Text File  |  1995-11-10  |  195b  |  11 lines

  1. on exitFrame
  2.   repeat while the mousedown = true
  3.   end repeat
  4.   if the mouseup = true then
  5.     if rollover(2) then
  6.       go "enter your"
  7.     else
  8.       go "main"
  9.     end if
  10.   end if
  11. end