home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / camar.dxr / 00119_BotonASA-Up.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  222 b   |  12 lines

  1. on mouseDown
  2.   global gSIM
  3.   if gSIM(mScrollASA, "-") then
  4.     set myself to the clickOn
  5.     SetCast(myself, "BotonASA-Down")
  6.     updateStage()
  7.     click()
  8.     SetCast(myself, "BotonASA-Up")
  9.     updateStage()
  10.   end if
  11. end
  12.