home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / end.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  109 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(3) then
  3.     cursor([551, 552])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   go(the frame)
  8. end
  9.