Animations doesn't work like they used to

I found that I can’t activate animations like before (Native game). What I mean is when I try to make simple thing like:

-Player is on the floor
Sub: Player is moving -----> Set animation of player to “Run” (or 1, have tried both)
Trigger once
Sub: (Invert) Player is moving ----> Set animation of player to “Idle” (or 0)
Trigger once

I have made many times animations like this and this is the first time after GDevelop update (4.0.92) so is there way to fix this or am I missing something here?

Edit. In that picture you can see how I made it work…

You’re probably missing something. The basic platformer provided with GDevelop doesn’t have this problem (native and HTML5).

Well I triple check my other projects and even basic platformer tutorial and everything is the same, but don’t work project I started now :smiley: Weird thing but I can live with it, because I make it different way :stuck_out_tongue: