Now that the elevator panel provides an indicator that it is pressed, we need to provide the corresponding reaction that the elevator is going down.
We need to provide this feature that when the Elevator is called to go down it will go down:
In the code above _origin is the top position while _target is the bottom position. You can use icons to visually see the positions from the editor:
Finally, this elevator is called when the panel is pressed.
Now, the elevator moves down when I activate it from the elevator panel.