home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gQuestionLock
- if rollOver(3) then
- cursor([1, 2])
- else
- cursor(-1)
- end if
- repeat with x = 10 to 13
- if rollOver(x) = 1 then
- set the foreColor of sprite x to 255
- set the backColor of sprite x to 11
- updateStage()
- next repeat
- end if
- set the foreColor of sprite x to 255
- set the backColor of sprite x to 0
- end repeat
- end
-
- on exitFrame
- go(the frame)
- end
-