Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Kaneydien on November 23, 2013, 11:12:59 AM

Title: A question about Set Mouse Cursor
Post by: Kaneydien on November 23, 2013, 11:12:59 AM
Hi everyone, I was wondering if there was a way to change your mouse cursor into a 3d object, rather than just a static texture.
For example, I want my mouse cursor to be a hammer, that when I click on something, it shows an animation of the hammer moving and "hammering" whatever I click on.
Is this possible with playmaker?
Title: Re: A question about Set Mouse Cursor
Post by: uberwolfe on November 24, 2013, 04:57:57 AM
You could hide the actual pointer, yet store the position - and then have a game object follow that exact point on the screen.