home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Frageliste
- if rollOver(47) then
- go(the frame - 2)
- end if
- repeat with i = 10 to 20
- if rollOver(i) or (getAt(Frageliste, i - 9) = 1) then
- set the visible of sprite i to 1
- next repeat
- end if
- set the visible of sprite i to 0
- end repeat
- go(the frame)
- end
-