home *** CD-ROM | disk | FTP | other *** search
- global myRo
-
- on idle
- set myRo to rollOver()
- end
-
- on exitFrame
- MenueButtons()
- AuswahlZwei(30, 4, ["1", "2", "3", "4"])
- checkMousedownBt(11)
- go(the frame)
- end
-
- on checkMousedownBt whichsprite
- if rollOver(whichsprite) and the mouseDown then
- set the visible of sprite whichsprite to 1
- else
- set the visible of sprite whichsprite to 0
- end if
- end
-