I have a bunch of textboxes on a sheet and as the player completes one textbox, it will move to the next one in order. However, two problems have surfaced:
First, if I use the "on text changed" command, the cursor will move before the player has finished typing.
Second, the cursor jumps from the textbox to another textbox further down the page, skipping the textboxes before it, even if I use the "Set Focused" command for the next textbox.
Any help would be appreciated. Thanks.