|
| 03 Jan 2015 01:45 PM |
script.Parent.DogeCoinScript3.Visible = false if script.Parent.MouseButton1Down:connect(function() script.Parent.DogeCoinScript3.Visible = true wait() end
I have this but it wont make an image label visible when clicking on another imagelabel. HELP PLS? |
|
|
| Report Abuse |
|
|
goro7
|
  |
| Joined: 01 Jul 2009 |
| Total Posts: 735 |
|
|
| 03 Jan 2015 01:48 PM |
| Image labels cannot be clicked on. Use an image button. |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2015 02:24 PM |
| @Paladin Yes, sorry. Label's cannot be clicked, although you can do an Image of some sort, I guess. Or a Transparent Button. Ugh, and sorry if you don't get a thing, I might re-post this. >:I |
|
|
| Report Abuse |
|
|
goro7
|
  |
| Joined: 01 Jul 2009 |
| Total Posts: 735 |
|
|
| 03 Jan 2015 02:25 PM |
@Shiny
You do not need to put a transparent button in front of the label. Labels and buttons have the exact some properties except buttons can be clicked and labels can't. |
|
|
| Report Abuse |
|
|
| |
|