Ah, I see what's going on. Your event runs on every tick and creating many copies of this sprite.
Run the game in debug mode (Shift+F4) and find this object in the list on the left - you will see it has many instances.
Make sure to only create one instance! Use a triggered event, for example "On start of layout"