Message Boards Message Boards

Back

Conditions in SB4

Toggle
Conditions in SB4
Answer
6/2/17 5:11 PM
What is the SB4 equivilant to the Conditions under a trigger in the coding in SB3?  I am trying to check if all conditions are met than make a button appear, but I can't figure out how to check for all conditions to be met.
0 (0 Votes)

RE: Conditions in SB4
Answer
6/2/17 11:39 PM as a reply to Julie Longshore.
Hi Julie,
It depends on what your conditions are, but the general idea is that you will use an IF statement.  There's a video tutorial here that talks about setting up conditions.  There will be a Part 2 soon that expands on it to handle multiple conditions (IF, ELSE IF, ELSE), and using the AND block.  But here's a video that shows you how to use the AND block to create a condition that looks at multiple things - https://www.screencast.com/t/yjnkjh5J
0 (0 Votes)