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

  1. on mouseUp
  2.   ClickOnSprite(37)
  3.   if the frame = label("Mnu3") then
  4.     go(15, "wacomgm2")
  5.   end if
  6.   if the frame = label("PADE") then
  7.     go(label("Mnu3"))
  8.   end if
  9.   if the frame = label("PENE") then
  10.     go(label("Mnu3"))
  11.   end if
  12. end
  13.