ActionScript 3 Context Menu Per Sprite?
- by TheDarkIn1978
is it not possible to have different context menus for different sprites on the stage?
i've tried adding a custom context menu to a sprite but it's applied to the entire stage:
mySprite.contextMenu = myMenu;
then after reading the documentation where it states:
You can attach a ContextMenu object to
a specific button, movie clip, or text
…