home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / multi / singing / baritone.dxr / 00004_VidView.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  264 b   |  14 lines

  1. on exitFrame
  2.   UpdateCursor([[left(), leftcursor()], [right(), rightcursor()], [4, ObjectCursor()]])
  3.   go(the frame)
  4. end
  5.  
  6. on mouseDown
  7.   if PointingAt(4) then
  8.     go("stand")
  9.   end if
  10.   if PointingAt(left()) or PointingAt(right()) then
  11.     go("main")
  12.   end if
  13. end
  14.