Hi,
I discovered that when re-importing a symbol from an exported ANSYM file (Edge Animate 4), the code attached to different elements in the symbol is no longer working.
The reason is that the event handlers are now defined like that ${<element_name>}.click for example and should be restored ${<element_name>}.click.
Gil