home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / basics.dxr / Internal_8.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  309 b   |  18 lines

  1. on exitFrame
  2.   if the windowList = [] then
  3.     repeat with i = 4 to 14
  4.       if rollOver(i) then
  5.         go(marker(i - 3))
  6.         exit
  7.       end if
  8.     end repeat
  9.   end if
  10.   if not soundBusy(2) then
  11.     if the frame = marker(0) then
  12.       go(the frame - 1)
  13.       exit
  14.     end if
  15.   end if
  16.   go(the frame)
  17. end
  18.