home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / multi / singing / atrium.dxr / 00009_1u.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  141 b   |  11 lines

  1. on mouseUp
  2.   if PointingAt(down()) then
  3.     go("aW")
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   UpdateCursor([[down(), DownCursor()]])
  9.   go(the frame)
  10. end
  11.