Cursor Bug

@Jmv38 Ok. Thats odd because most of my projects are small and they still suffer.

@Simeon Can you tell when the next update will be out?

@Goatboy76 “Early new year” - Simeon

This seems to fix itself if you either leave the app for a day or two, or if you exit the app, close it (by double-clicking home) and re-opening it a minute or so later.

If that doesn’t work restarting the device almost always fixes it, even if it’s not very convenient.

@JakAttak Ok

@MistReaper Nothing, and oh I mean nothing, fixes it. Only when I go back to check on it after a week, then it works for about 2 seconds before getting corrupted.

This happens for me too with if statements like

If somethingIsTrue and 
somethingElseIsTrue then
     Do something
End

So I just use separate if statements

If somethingIsTrue then
    If somethingElseIsTrue then
          Do something
    End
End