Hi all, Im new in this so forgive me if this is a basic question. I tried to find the answer in google but no luck. Is posible to put a sprite as a material in a plane and make the buttons on that sprite work?
I tried this: var mat2:MovieMaterial = new MovieMaterial(spriteInstance); mat2.interactive = true; But the buttons inside "spriteInstance" dont respond to events and even rollovers. Is this posible? Thanks
