If you press something it triggers something but there is a condition
-
I would like to know how to do this.
In you pressed object B before you pressed object 1, move to scene xy otherwise object B disapear. Do you have an idea how to do that. Trank you.
-
Here's one way: Started Touching (object B ) → Behaviour On (Started Touching1) + Behaviour Off (Started Touching2). Started Touching1 (object 1) (also make this behaviour off by default) → Load Scene (xy). Started Touching2 (object 1) → Hide Graphic or Destroy Object (object B ).
If you can't figure it out using what I wrote there I can try to take a screenshot.