Runtime Error message - app still seems to work

Hi!
I completed my first app today. The app seems to work fine when I connect with an iOS device through the AI Companion. However, in the blocks section the following runtime error appears runtime error

I have published the app in the gallery. I would welcome any feedback and would appreciate knowing how it runs for others. Thank you!

1 Like

This is definitely wrong:


That whole event should be deleted.

Testing for index = 5 should be done after index is incremented in

You should be closing screens as often as you open them,
otherwise you will fill RAM.

1 Like

Thank you, I had a feeling that might be where the problem originated. Also, I didn't realize I needed to close screens, although in hindsight it makes sense. Learning by trial and error.