home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gDispatched
- set gDispatched to 0
- RolloverOrb(23, label("WorkCenter"))
- RolloverOrb(24, label("VQ"))
- RolloverOrb(25, label("Data Extension"))
- RolloverBtn2(3, label("Industries"))
- RolloverBtn2(4, label("Products") + 4)
- RolloverBtn2(5, label("Products") + 6)
- RolloverBtn2(6, label("Products") + 8)
- ButtonHit(28, label("MainMenu"), 1)
- ButtonHit(29, label("Exit"), 1)
- RolloverHelp()
- end
-
- on exitFrame
- go(the frame)
- end
-