home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gDispatched
- set gDispatched to 0
- RolloverOrb(15, label("AutoSurf"))
- RolloverOrb(16, label("Designer"))
- RolloverOrb(17, label("Aemulus"))
- RolloverBtn2(3, label("Industries"))
- RolloverBtn2(4, label("Products") + 4)
- RolloverBtn2(6, label("Products") + 8)
- RolloverBtn2(7, label("Products") + 10)
- ButtonHit(28, label("MainMenu"), 1)
- ButtonHit(29, label("Exit"), 1)
- RolloverHelp()
- end
-
- on exitFrame
- go(the frame)
- end
-