Moving an object up and down on a click

Hi @TechWarriors,

Two things here:

  1. You need to change your variable back to false once it’s true, and vice versa.
  2. Instead of nested events, use a single event with a conditional (if-then-else) statement inside, which has the variable value as the condition, ie, if davenport_living, go down, else go up

Hope that helps! Let me know if you have any further questions about this. If this solves your problem, please mark this post as the Solution.

Many thanks,
Geoff @ TechLeap

1 Like