home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / no1_demo / dnorp01a.dxr / script_1.ls < prev    next >
Encoding:
Text File  |  1996-10-31  |  247 b   |  16 lines

  1. on startMovie
  2.   global gstp
  3.   set gstp to 0
  4.   cursor([3, 4])
  5. end
  6.  
  7. on stopMovie
  8.   global gsnd, gdep, gstp
  9.   if gstp = 0 then
  10.     set the soundLevel to gsnd
  11.     if the machineType <> 256 then
  12.       set the colorDepth to gdep
  13.     end if
  14.   end if
  15. end
  16.