Hi everyone. Just in case anybody is stuck with the mini-challenge at the end of the video (cancelling the quit action by releasing mouse outside of quit button) here is a simple way to get it to work.
Cheers
Hi everyone. Just in case anybody is stuck with the mini-challenge at the end of the video (cancelling the quit action by releasing mouse outside of quit button) here is a simple way to get it to work.
Cheers
Using OnClicked instead of OnReleased actually has this functionality.
Hey Dan,
just tried it and you’re right! That’s even easier. Thanks!