Hi All
Hope somebody can help me out with this, I guess simple script question:
Question:
I like to make my Button Text Underlined OnEnter.
Script I have tried:
Button.SetProperties("Button1", FontUnderline==true);
Note: I have placed this script on OnEnter
Error msg:
Error: Page1->Button1->On Enter,Line1:Argument 2 must be of type table.
Stack Traceback:
1:[Page1 -> Button1 -> On Enter] Line:1 in main chunk
Really hope somebody can help me out.
Thanks in advance
Hope somebody can help me out with this, I guess simple script question:
Question:
I like to make my Button Text Underlined OnEnter.
Script I have tried:
Button.SetProperties("Button1", FontUnderline==true);
Note: I have placed this script on OnEnter
Error msg:
Error: Page1->Button1->On Enter,Line1:Argument 2 must be of type table.
Stack Traceback:
1:[Page1 -> Button1 -> On Enter] Line:1 in main chunk
Really hope somebody can help me out.
Thanks in advance
Comment