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

  1. on enterFrame
  2.   global bover
  3.   set bover to 0
  4.   ShowButtonSensitive(48, 35)
  5.   ShowButtonSensitive(16, 39)
  6.   ShowButtonSensitive(17, 40)
  7.   ShowButtonSensitive(18, 41)
  8.   ShowButtonSensitive(19, 42)
  9.   SetMyCursor(bover)
  10. end
  11.  
  12. on exitFrame
  13.   go(the frame)
  14. end
  15.