cristinon
|
  |
| Joined: 15 Nov 2011 |
| Total Posts: 297 |
|
|
| 04 Sep 2015 07:52 PM |
How doesn't this work:
script.Parent.MouseButton1Down():connect(function() if script.Parent.cristinon.Value == true then script.Parent.Parent.Parent.Parent.Frame.Visible = true script.Parent.Parent.Parent.Visible = false end end)
The value of cristinon is true but it doesn't even register the click!??!
-Cristinon |
|
|
| Report Abuse |
|
cristinon
|
  |
| Joined: 15 Nov 2011 |
| Total Posts: 297 |
|
|
| 04 Sep 2015 07:54 PM |
,. - · - ., ' .-, ,'´¨';' ,·'´¨;. ' ., ,·'´,.-, ,. -., `';,' ; ';\ ,' ';'\' ; ';:\ .·´¨';\ ,·´ '` ·.' \::\.'´ ;'\::::;:' ,·':\' '; ;:'\ ,' ,'::'\ ; ';:'\ .'´ ;:'\ \`; `·;·. `·, '\:'; ;:;:·'´,.·'´\::::'; '; ';::'; ,' ,'::::; ; , '·:; .·´,.´'; ,'::;' ; ,'\::`·, \' ,.·' ,.·:'´:::::::'\;·´ '; ';::; ,' ,'::::;' ; ;'`. ¨,.·´::;' ;:::; ; ,'::'\:::'; '; '·, ,.`' ·- :;:;·'´ '; ';::; ,' ,'::::;' ; ';::; \*´\:::::; ,':::; ; ;:::;'·:.' ,·'\' ; ';:\:`*·, '`·, ° \ '·:_,'´.; ;::::; '; ,'::; \::\;:·'; ;:::; ' '; ';: -· '´. ·'´:::'\' ; ;:;:'-·'´ ,.·':\ \·, ,.·´:'; ';:::'; ; ';::; '*´ ;',·':::; ; ,-·:'´:\:::::::;·' ,·', ,. -~:*'´\:::::'\ \:\¯\:::::\`*´\::; ' \´¨\::; \¨\::::; ,' ';::::::'\;:·'´ \:\`'´\:::::::::'\;:·'´ `'\::\;:·´'\:::'\' ' '\::\; \:\;·' \·.,·\;-· '´ ' '\;\:::\;: -~*´ `*´° '´¨ ¨' \::\:\ ' ' `'·;·'
-Cristinon |
|
|
| Report Abuse |
|
cristinon
|
  |
| Joined: 15 Nov 2011 |
| Total Posts: 297 |
|
|
| 04 Sep 2015 07:54 PM |
^ how to bump like a boss.
-Cristinon |
|
|
| Report Abuse |
|
H1M
|
  |
| Joined: 11 Apr 2009 |
| Total Posts: 218 |
|
|
| 04 Sep 2015 07:56 PM |
M = game.Players.LocalPlayer:GetMouse()
M.MouseButton1Down():connect(function() if script.Parent.cristinon.Value == true then script.Parent.Parent.Parent.Parent.Frame.Visible = true script.Parent.Parent.Parent.Visible = false end end)
The value of cristinon is true but it doesn't even register the click!??! |
|
|
| Report Abuse |
|
cristinon
|
  |
| Joined: 15 Nov 2011 |
| Total Posts: 297 |
|
|
| 04 Sep 2015 07:57 PM |
There are multiple buttons so it cant just check if it clicks.
-Cristinon |
|
|
| Report Abuse |
|
|
| 04 Sep 2015 07:59 PM |
M.MouseButton1Down:connect(function()
This should be better. |
|
|
| Report Abuse |
|
cristinon
|
  |
| Joined: 15 Nov 2011 |
| Total Posts: 297 |
|
| |
murcury57
|
  |
| Joined: 30 Jun 2010 |
| Total Posts: 90299 |
|
| |
cristinon
|
  |
| Joined: 15 Nov 2011 |
| Total Posts: 297 |
|
|
| 05 Sep 2015 05:57 AM |
Thanks for responding but this works:
script.Parent.MouseButton1Down:connect(function() if script.Parent.cristinon.Value == true then script.Parent.Parent.Parent.Parent.Frame.Visible = true script.Parent.Parent.Parent.Visible = false end end)
-Cristinon |
|
|
| Report Abuse |
|
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
|
| 05 Sep 2015 06:04 AM |
| there are so many idiots on this forum |
|
|
| Report Abuse |
|
cristinon
|
  |
| Joined: 15 Nov 2011 |
| Total Posts: 297 |
|
| |
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
| |
cristinon
|
  |
| Joined: 15 Nov 2011 |
| Total Posts: 297 |
|
| |