Trying to figure out the best way to do this...

I have an image in my UI which is small. I want a larger version of it
to draw, attached to the mouse cursor, when the user rolls over it.
Kinda like a tooltip but moving along with the cursor. (Mixbook does
this if you've ever seen it)

I have it mostly working but my main issue is that I know I always
want the zoomed version of the image to draw on top of the entire UI.
These small images can be in any number of different types of
containers, so I can't addChild the UIComponent to the small image or
to its parent... needs to be something like a popup or tooltip. 

Peeked a bit at SystemManager for this since that's what PopupManager
talks about... anyway, anyone have any insight on this? Should I make
it a cursor?

Reply via email to