home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gDispatched
- set gDispatched to 0
- RolloverOrb(9, label("AutoCAD"))
- RolloverOrb(18, label("Animator"))
- RolloverOrb(19, label("3D Studio"))
- RolloverOrb(20, label("AutoVision"))
- RolloverOrb(21, label("Texture"))
- RolloverOrb(22, label("Cyberspace"))
- RolloverBtn2(3, label("Products") + 1)
- RolloverBtn2(4, label("Industries") + 3)
- RolloverBtn2(5, label("Industries") + 5)
- RolloverBtn2(6, label("Industries") + 7)
- RolloverBtn2(7, label("Industries") + 9)
- ButtonHit(28, label("MainMenu"), 1)
- ButtonHit(29, label("Exit"), 1)
- RolloverHelp()
- end
-
- on exitFrame
- go(the frame)
- end
-