I have a on(add:graphic event that checks the object for a specific name and does a few things. When I copy tokens from one page to another the event fires, but the object past has no name even though the copied object does have a name and when you look at it via the UI after the copy it shows the name. This would be the normal behaviour for a graphic added, but one that is copied does gets its name after the add so it shuld be passed to the add:graphic event I think. Just wondering if this is by intent or just a bug? I need to know the name so I can not do something to some specific tokens, but do something to most others during an add event. Thanks