home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / shop / grapht.dir / 00172.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  249 b   |  17 lines

  1. on exitFrame
  2.   if the frame = marker(0) then
  3.     if rollOver(15) then
  4.       cursor([38, 40])
  5.     else
  6.       cursor(0)
  7.     end if
  8.   else
  9.     if rollOver(15) then
  10.       cursor([39, 41])
  11.     else
  12.       cursor(0)
  13.     end if
  14.   end if
  15.   go(the frame)
  16. end
  17.