-
Mouse Pointer
Hi
Just playing around in my first experience with MMF2.
Just trying to find out how to change the mouse pointer when passing over an object or a button.
I tried with "Mouse pointer is over". But his just hide/show the windows pointer. I guess I am missing something else.
I found this thread with something related,but sorry I am too new and don't understand it properly.
If not the answer may be to point me to the right tutorial/manual.
Thanks a lot
-
Re: Mouse Pointer
There's a "Cursor object" extension which allows you to change the shape of your mouse pointer. It even allows you to load a custom image as a shape.
-
Re: Mouse Pointer
Hey thanks,
Where I can find this extension?,
I did installed bonus pack 1 and 2, but I don't think is in there..
-
Re: Mouse Pointer
Really? Are you sure? I thought for sure it was a cellsoft one and that it was in bonus pack 2...
-
Re: Mouse Pointer
Yes you are right, it's there, I was building the application in swf, and seems is not accepted there. That is why I didn't see it.
Is there any way to do this for swf?
Thanks
-
Re: Mouse Pointer
Yes, you can create a active object then always set its x and y coordinates to the cursors x and y coordinates
-
Re: Mouse Pointer
Thanks,
I tried this with xmouse and ymouse. But it does not work with a button, the new object appear behind the button and I can not set up the order property..
What I am doing wrong?:
Mouse pointer is over >> Button -- Object>> Set X/Y position
-
Re: Mouse Pointer
Isn't there an option to change the mouse with the Flash Player object?
-
Re: Mouse Pointer
Yes, there it is, thanks LB, It is just to turn ON and OFF the hand cursor, Global and Normal
Still I can't manage make it work. I did it with mouse over a button,
And also I did it with Mouse cursor is displayed>> Turn on hand cursor over the button.
Sorry It might just me.
Any suggestion?
Thanks
-
Re: Mouse Pointer
Make your own custom buttons using the Active Object.
-
Re: Mouse Pointer
Is the mouse pointer what I am trying to find out.
Thanks anyway :)
-
Re: Mouse Pointer
Well, he means that the only way to get the custom mouse active OVER the button is if the button isn't a windows object.
-
Re: Mouse Pointer
Aaaa, :) Ok thank you
I am going to try out, and I will let you know.
Thanks a lot. :)