home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gDispatched
- set gDispatched to 0
- RolloverOrb(9, label("AutoCAD"))
- RolloverOrb(10, label("LT"))
- RolloverOrb(11, label("IGES"))
- RolloverOrb(12, label("Generic"))
- RolloverOrb(13, label("AutoSketch"))
- RolloverOrb(14, label("Home Series"))
- RolloverBtn2(3, label("Industries"))
- RolloverBtn2(5, label("Products") + 6)
- 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
-