Having some issues with this, so any help would be appreciated. Currently, no tooltip appears at all and I'm not quite sure why.
<img src="http://i.imgur.com/pmP5fTL.png" border="0">
BoardGame.capx
The 'ProgramTip: NOT Is on-screen' event won't run if there is no 'ProgramTip'. You should check if ProgramTip.Count == 0.
Develop games in your browser. Powerful, performant & highly capable.
Thanks for the catch there! I changed the line, and now it's fixed :D