(Solved) Levers and Button collisions not working

I am working on a game where the play controls 2 characters a boy and girl.

The girl can not jump but can activate levers and the boy can jump but can not use levers.

The concept of the game is each character has to help the other to the exit I am using W and D to move the girl and the arrow keys and space to move the boy.

There will be several platforms that are sprites of buttons on the floor which will activate and deactivate certain things like moving platforms and spikes.

The problem is I can not work out how to make the lever work or the floor button as the collisions do not seem to be working correctly.

These are my events

A screen shot of the game

Any help appreciated.

I seem to have sorted out the floor button collisions by removing the Is falling condition but the lever event still doesn’t work no matter what I try.

A video of the problem

Working fine now turns out there was nothing wrong with events found out that somehow the collision mask was underneath the lever think it was when I resized the sprite I forgot to reset collision masks.
Took me a while to discover it.