Crashes and I don't know why

Hello everyone. I'm trying to make a Rosary app, and I had some trouble with the counter but I think I sorted it quite well. I'm very ignorant about programming, but I'm trying to learn.

My problem is that when it changes to the second screen, I don't know why but it crashes.

Thanks to everyone.

screen2rosario2

Replace the "while test" with an "if/else"

Also review your intialise statement - use if / elseif as opposed to many if/else statements

1 Like

Thanks! Now it works, but I don't know why the counter does not work. I mean, when I touch the next button (called "Siguiente"), it does not advance, just nothing happens.

If you can help me with that too, it'd be great. However, thanks a lot for that previous help.

All you are doing is changing the counter.....

You need to put everything you have in your Screen2.initialise into a procedure, then when you change the counter, call the procedure

1 Like

You are the best! Thanks!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.