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

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