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