Hi!


Because you want your game to flow with the action
use something like

While (!panelxyz) {wait (1);}
or
while (panelxyz != condition) {wait (1);}

This type of code waits until the action as been done
and you don't have to count.


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C