Hello, I am working on project at the moment which can be seen here. http://www.adamdyson.com.au/my_projects/CoverFlowTest/CoverFlow.html
And I would like to implement a similar rollover feature seen on this website: http://www.searchme.com When you selected a cover and roll your mouse over it, a Sprite, Object3D, UIComponent? is displayed. I am hoping to not have to show/ render this information inside the cover, I think it may cause some performance issues doing it this way? What I was thinking was to align an Object (probably a UIComponent) which is outside of the View, Scene etc when a rollover event is dispatched. But being new to Away3D I am not sure about scaling and aligning Flex Components or 2D Objects, with 3D coordinates. Another option which I have tried is using a MovieMaterial and mapping it to a Plane, but it never seems to scale correctly and when using text, it never looks clear. Any advice what so ever would be greatly appreciated.
