home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWEINF.DXR / 00023.ls < prev    next >
Encoding:
Text File  |  1998-09-05  |  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.