i'm trying to dynamically create new objects through a generic one and load the images from url, but what ends up happening is that everything that used that generic object end up displaying the same sprite
i've had a similar issue before where i only needed to change the physics collision of one specific instance of an object but all the other instances get affected, and i later found out that apparently what i wanted to do was not possible in construct
is the sprite issue the same? or there's a way to do it?
thanks