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

  1. on exitFrame
  2.   global isdragging
  3.   if isdragging then
  4.     set the locV of sprite 47 to the mouseV
  5.     set the locH of sprite 47 to the mouseH
  6.   end if
  7.   go(the frame)
  8. end
  9.