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

  1. on mouseUp
  2.   ClickOnSprite(23)
  3.   if the frame = label("P02") then
  4.     go(label("P01"))
  5.   end if
  6. end
  7.