Dynamic sprites aren't moving

Trying to make dynamic Image Sprites move using Dynamic Components. I’m using the v2.2.2, but the sprites still aren’t moving. They can teleport from one coordinate to another.

Flinging the original one works but when I flight the dynamically created ones, they only change their headings.

Here is the project file. Please tell me what I’m doing wrong.
Test.aia (37.9 KB)

To move a sprite image, use the “Point in direction” component
component_method

Don’t forget to set the speed to a value greater than 1
Capture d’écran 2022-04-19 à 11.44.50

Works with previous version 2.1.0 see here, but not with latest 2.2.0. Maybe the developer @yusufcihan can help you