Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Pavlinius #1
Re: setCursor
Hello this is my first post here and I hope I'll find some answers on problems
I've been going through.
I have the same problem as tagyro, but instead of movieclip I'm using Bitmap
object. Again I'm using the setCursor method to set a custom cursor, but again
the cursor changes under the Bitmap, and if the Bitmap alpha is set to 1.0 the
cursor just hides under the bitmap :( . Any ideas ?
And I know it's a lame question but is it possible to add Bitmap object as a
child of something else but the application container (I suppose not) ?
Pavlinius Guest
-
Unregistered #2
Re: setCursor
I think you forgot call Mouse.hide() before setCursor
and remember to call showCursor() after setCursorUnregistered Guest



Reply With Quote

