home *** CD-ROM | disk | FTP | other *** search
/ MACup 1998 February / Image.iso / showdata / SHOWEIN2.Dxr / 00023.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  310 b   |  15 lines

  1. on exitFrame
  2.   global Frageliste
  3.   if rollOver(47) then
  4.     go(the frame - 2)
  5.   end if
  6.   repeat with i = 10 to 20
  7.     if rollOver(i) or (getAt(Frageliste, i - 9) = 1) then
  8.       set the visible of sprite i to 1
  9.       next repeat
  10.     end if
  11.     set the visible of sprite i to 0
  12.   end repeat
  13.   go(the frame)
  14. end
  15.