home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / WACOM / Wacomgp2.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  160 b   |  10 lines

  1. on exitFrame
  2.   global MovieSource
  3.   if MovieSource = "m3" then
  4.     go(12, "wacomgm3")
  5.   end if
  6.   if MovieSource = "m2" then
  7.     go(15, "wacomgm2")
  8.   end if
  9. end
  10.