Make a new object, use for naming event.currentTarget.name
Hi,
within a drawing app I have an inventory of graphic symbols (all button mc's). On click the user can place an instance of a symbol with same shape on the drawing board.
Calls should use the same procedures for all present symbols.
Naming of these buttons is such (i.e. circle_but) that I can extract the name of the corresponding symbol mc (circle) via event.currentTarget.name. All fine so far.
How do I get with this string information (circle) the symbol mc (circle) now on stage?
Regards
Thomas
