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