Tribblehunter method explanation

blocks

I really need an explanation for how this works.

What does the if_do block do? What is “true” referring to?
How can both close screen and open new screen be in the same procedur?

More on Tribblehunter’s Multiple Screen method :point_down:

https://puravidaapps.com/tribblehunter.php

Tip: Read the comment part of the blocks to get some more detail

2 Likes

This is in my opinion a better solution. I mean, it does the same, but it’s less confusing to new users:
Note: It’s not my idea. I don’t remember who came up with it.

image

7 Likes

If I were to use this, does screen2 refer to the screen being opened or the screen being closed?

Screen2 is the result passed to the first block. The CLOSE SCREEN block doesn’t have a parameter. Besides you can’t close a screen other than the current one.
So Screen2 can only be the screen being opened next.

5 Likes

Thank you. I might use this instead of the Tribblehunter method. But I will still run tests to find out.

1 Like

How did your tests go?

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