Rit957
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 3459 |
|
|
| 25 Jun 2015 11:09 AM |
| So basically, I want it so that the cursor changes when hovering over clickdetectors, and to change back when no longer hovering over it. How would I do this? |
|
|
| Report Abuse |
|
|
mjw8441
|
  |
| Joined: 19 Jun 2012 |
| Total Posts: 114 |
|
|
| 25 Jun 2015 11:17 AM |
| So you want to be able to have a different image other than the hand that shows on clickdetectors? |
|
|
| Report Abuse |
|
|
Rit957
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 3459 |
|
| |
|
mjw8441
|
  |
| Joined: 19 Jun 2012 |
| Total Posts: 114 |
|
|
| 25 Jun 2015 11:22 AM |
| No idea, I can only find stuff that will allow only you to change your cursor, not show for others too, unless you only want to change it for yourself? |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 25 Jun 2015 11:22 AM |
| http://wiki.roblox.com/index.php?title=API:Class/Player/GetMouse |
|
|
| Report Abuse |
|
|
Rit957
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 3459 |
|
|
| 25 Jun 2015 11:24 AM |
| @TimeTicks I know how to do that, I just don't know how to change it when hovering over clickdetectors |
|
|
| Report Abuse |
|
|
cycoboy83
|
  |
| Joined: 31 May 2011 |
| Total Posts: 831 |
|
|
| 25 Jun 2015 11:27 AM |
| Probably a more efficient way to do this but... try using a Changed event to see when the icon changes, and if the icon matches the hand icon when you hover over a ClickDetector, change the icon to whatever you want to use. |
|
|
| Report Abuse |
|
|
Rit957
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 3459 |
|
|
| 25 Jun 2015 02:12 PM |
| bump cause i couldn't get cyco's to work |
|
|
| Report Abuse |
|
|
Rit957
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 3459 |
|
| |
|
|
| 25 Jun 2015 04:51 PM |
ClickDetector.MouseEnter:connect(function() mouse.Icon = "" end) |
|
|
| Report Abuse |
|
|