home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00009_Script_9 < prev    next >
Text File  |  1997-03-05  |  148b  |  11 lines

  1. on exitFrame
  2.   go to the frame
  3. end
  4.  
  5. on mouseUp
  6.   if marker(0)=marker("pub") then
  7.     go to "credits"
  8.   else 
  9.     go to "open"
  10.   end if
  11. end