Hi,
I have defined a custom Event class for one of my objects, which works well, but...

Although Flex builder picks up the custom events, it is separating the names with underscores eg: "GAMEREADY" becomes "_G_A_M_E_R_E_A_D_Y" which then breaks the compile as it is an invalid constant name...

Does anybody know why Flex builder might be doing this? Or is it just Adobe launching a very private war against me in particular?

Gaius