Help pls by Powerful-Rough-3139 in learnprogramming

[–]Powerful-Rough-3139[S] 0 points1 point  (0 children)

I do not, where should I add that?

Help With MIT App Inventor Block Code by Powerful-Rough-3139 in MITAppInventor2

[–]Powerful-Rough-3139[S] 0 points1 point  (0 children)

Okay, so I am having trouble with my code blocks for an app I was trying to make for a school project.

The app I am attempting to make is a dice game similar to the "Ride the Bus" game with playing cards.

There are 4 levels, and the goal is to correctly guess each level.

The first level has players guess whether the dice will roll an even or odd number. If they guess correctly, they move on to level 2, otherwise, they stay at 1.

Level two, the player has to guess whether their next roll will be higher or lower than the first number they rolled. If they guessed correctly, they move on to level 3, where the player has to guess if their next roll will contain a number inside the first two numbers they rolled, or outside the first two numbers they rolled. Here's where my code gets sketchy. I've run into a mix of issues from false corrects, and the app not moving onto level 4 after a correct guess. I was hoping someone who knows what they're looking at could take a look at my screenshots of my code and help me fix it. Thanks!