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

  1. on exitFrame
  2.   set changed to 0
  3.   repeat with chan = 3 to 9
  4.     if rollOver(chan) then
  5.       cursor([551, 552])
  6.       set changed to 1
  7.     end if
  8.   end repeat
  9.   if rollOver(15) then
  10.     cursor([551, 552])
  11.     set changed to 1
  12.   end if
  13.   if changed = 0 then
  14.     cursor(-1)
  15.   end if
  16.   if the movieTime of sprite 2 = the stopTime of sprite 2 then
  17.     go(the frame + 1)
  18.   end if
  19.   go(the frame)
  20. end
  21.