home *** CD-ROM | disk | FTP | other *** search
/ MASPC 1 / MASPC_1.iso / CursoWordI / AAYUDA.DXR / 00031.ls < prev    next >
Encoding:
Text File  |  1998-07-20  |  623 b   |  27 lines

  1. on exitFrame
  2.   global MyCur, lupa, lupamenos, xhelp
  3.   set MyCur to [the number of member "cursor", the number of member "cursormask"]
  4.   set lupa to [the number of member "LupaMas", the number of member "LupaMask"]
  5.   set lupamenos to [the number of member "LupaMenos", the number of member "LupaMask"]
  6.   case xhelp of
  7.     "menu":
  8.       go("menu")
  9.     "ptest":
  10.       go("ptest")
  11.     "ptestfi":
  12.       go("ptestfi")
  13.     "abusca":
  14.       go("abusca")
  15.     "aglosa":
  16.       go("aglosa")
  17.     "confi":
  18.       go("confi")
  19.     "afichas":
  20.       go("afichas")
  21.     "avideo":
  22.       go("avideo")
  23.     "autil":
  24.       go("autil")
  25.   end case
  26. end
  27.