If() Making in Flowlab

Ok, so I am trying to make it that when three number ‘variables’ are all at 9000, the player can progress to the next level, but I cant see any way of doing it… Any suggestions?

http://flowlab.io/game/view/425869

Use a Filter to check that the values are above 9000. To check that they are all 9000 before going to the next level, you could connect each one to its own Switch. When all three Switches are on, then go to the next level.

Thanks Grazer, but I gave up on the project… Going to make a HUGE project hopefully contained within the 5 levels…