On touched makes a picklist containing that 1 button that is touched.
When that (and only that) button is touched before ... pressed is toggled off for that and only that button.
Else that (and only that) button ... pressed is toggled on for that and only that button.
Since the picklist contains 1 button, you dont reach the other buttons.
Just add the function plugin to the project.
A function starts picking from scratch.
So ...
Condition ..
On touched Dressbuttons
Actions ..
Call function "unpress"
disable effect
set width to 40
set boolean pressed to true (dont toggle)
Condition ..
On function "unpress"
Actions
Pick all Dressbuttons
enable effect
set widt to 200
set boolean pressed to false