Hi Right now I have 2 "==" statements but when I click bang it just ignores the "==" statements and just goes through the code after it? What am I doing wrong??
Like in the picture it should only do the left side but it does both sides.
Can someone explain this to me??
Hi Right now I have 2 "==" statements but when I click bang it just ignores the "==" statements and just goes through the code after it? What am I doing wrong??
Like in the picture it should only do the left side but it does both sides.
@poophead156 [== ] outputs a 1 if true and a zero if false.
you may have thought it output a bang when true, so you need to use a [sel 1] after a conditional object to get a bang when true.
This post should be moved to "Technical issues".
@Berenger Ohhhhhhhhhhhh Thanks mate!
Oops! Looks like something went wrong!