How can I do if I want to open screen2 scanning a specific QR code?

I have ready my QR code and my codeScanner, but I want to open the screen2 with a specific QR code, and open the screen3 with another QR code. I really need help, I am new in Mit
App Inventor, So if you could explain to me I would be grateful.

If scanned qr code = specific qr code A
Then open another screen Screen2
Else If scanned qr code = specific qr code B
Then open another screen Screen3

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

How many QR codes and screens are you expecting?

My blocks just have the system to open the Scanner QR:
OPENSCANNERBLOQ
and I want to open the screen2 with the next QR:
image
In adition, my screen2 is just a image:

Es así:

Switch screens correctly!

1 Like