- Home /
Question by
lcn75 · Dec 09, 2011 at 11:17 AM ·
javascriptmousecursormouse cursor
JavaScript: _player.cursor(280)
Hi is it possible to use something like "_player.cursor(280)" and others JS commands to control the mouse cursor without using an image?
Comment
For that matter, what does _player.cursor(280) even mean?
Answer by Graham-Dunnett · Dec 09, 2011 at 05:05 PM
No, Unity does not have these kinds of commands. You'll need to change the appearance of the cursor by hiding the real one and displaying your own image where the cursor is reported as being.
Your answer
Follow this Question
Related Questions
Can't See Mouse Cursor In Game. 1 Answer
Script that makes the mouse cursor invisible. 3 Answers
Error with mouse cursor. 1 Answer
Do something when mouse cursor "hits / looks at" object 2 Answers
Sidescroller Bullets Follow Mouse After Being Shot 2 Answers