Hi, I am completely confused why the variable doesnt set its value to 1 after I click on the textbox: http://prntscr.com/bmtas9
What could be the reason for this? cheers
Develop games in your browser. Powerful, performant & highly capable.
The TextBox will be consuming the click. I don't think C2 will tell you when a control losses focus. This is as close as you can get, as far as I know:
TextBox->On clicked
i see, that's interesting to know. Thank you!