home *** CD-ROM | disk | FTP | other *** search
/ The Museum Of Anything Goes / MOAG.bin / pc / data / kids / shared.dxr / 00512.ls < prev    next >
Encoding:
Text File  |  1995-01-01  |  515 b   |  24 lines

  1. on GONEXTMOVIE
  2.   global CURRENTFRAME, CURRENTMOVIE
  3.   sound stop 1
  4.   go(CURRENTFRAME, CURRENTMOVIE)
  5.   unLoad()
  6. end
  7.  
  8. on GONEXTINTERVIEW anum, aMov
  9.   sound stop 1
  10.   go(anum, aMov)
  11. end
  12.  
  13. on GOTOAFRAME anum
  14.   go(anum)
  15. end
  16.  
  17. on GETCOPYRIGHTSTRING
  18.   set somedate to the long date
  19.   set inum to the number of items in somedate
  20.   set theyear to item inum of somedate
  21.   set thecpstr to QUOTE & "The Museum of ANYTHING GOES" & QUOTE & RETURN & " ┬⌐ Copyright " & theyear & RETURN & "Markowski - Robertson"
  22.   return thecpstr
  23. end
  24.