home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 15 / MUNDO15.iso / entrete / Osmar / QUEBRA.DXR / 00055.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  150 b   |  11 lines

  1. on mouseUp
  2.   global glbWQC
  3.   if glbWQC = "ini" then
  4.     set glbWQC to "ini2"
  5.     go("ini2")
  6.   else
  7.     set glbWQC to "ini"
  8.     go("ini")
  9.   end if
  10. end
  11.