PDA

View Full Version : Loader and Using Hand Cursor (Get Sprite or MovieClip our of it)



LordMoyne
June 1st, 2008, 12:09 AM
Good morning everyone, I am having an issue over here. I have a loader that ... loads an image, but I can't get it to show the hand cursor (since the image is a link so to speak). With a label I can do a label.buttonMode = true; label.useHandCursor = true; since Label class is a son of Sprite or grandson or whatever, but loader isnt :S So I wonder, is there any way to get a Sprite or MovieClip out of a Loader object? Thanks for your time!

ptfury
June 2nd, 2008, 11:05 AM
try:
mc.mouseChildren=false;
mc.buttonMode=true;