home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / WACOM / Wacomgm2.dxr / 00001_Start.ls next >
Encoding:
Text File  |  1998-11-16  |  249 b   |  15 lines

  1. on enterFrame
  2.   global MovieSource
  3.   set MovieSource to "m2"
  4.   cursor(4)
  5.   repeat with i = 15 to 28
  6.     set the visible of sprite i to 0
  7.   end repeat
  8.   repeat with i = 43 to 46
  9.     set the visible of sprite i to 0
  10.   end repeat
  11. end
  12.  
  13. on exitFrame
  14. end
  15.