home *** CD-ROM | disk | FTP | other *** search
- global myRo
-
- on idle
- set myRo to rollOver()
- resume()
- end
-
- on enterFrame
- global merkframe
- if the frame <> merkframe then
- if the memberNum of sprite 9 > 0 then
- if not (the name of member the member of sprite 9 = EMPTY) then
- set the text of field "BU" to "Abbildung:" && the name of member the member of sprite 9
- end if
- end if
- end if
- set merkframe to the frame
- end
-
- on exitFrame
- global timerb, myplatform
- MenueButtons()
- if (myplatform = "Mac") or (myplatform = "NT") then
- AuswahlZwei(30, 6, ["NT1", "2", "3", "NT4", "5", "6"])
- else
- AuswahlZwei(30, 6, ["1", "2", "3", "4", "5", "6"])
- end if
- go(the frame)
- end
-