I am trying to code an if statement that allows multiple conditions, but what I have tried will not work.
This is what I have
if((Knife2.visible=true)&&(Gun2.visible=true)&&(Note2.visible=true)&&(Phone2.visible=true)){
Next.visible=true
}
I have different click events that makes each of these symbols visible, I want it to recognize when each of these are visible and then show "Next" could somebody please help me with this, its urgent.
