home *** CD-ROM | disk | FTP | other *** search
- global myRo
-
- on idle
- set myRo to rollOver()
- end
-
- on exitFrame
- if (myRo > 5) and (myRo < 9) then
- puppetSound("Klick2")
- end if
- if rollOver(6) then
- go(marker("Service") + 2)
- end if
- if rollOver(7) then
- go(marker("Service"))
- end if
- if rollOver(8) then
- go(marker("Service") + 1)
- end if
- MenueButtons()
- go(the frame)
- end
-
- on mouseDown
- continue()
- end
-