Hello! As the title suggested, I think I want to use the children to apply the effect "bumpmap".
The catch is that the child should be the same as the object's parent with the same animation and the same frame. A true clone with only no collision effects and bumpmap effect on, all implemented by events (so no manual).
If I use the "spawn another object" action, the object spawns with the first animation and first frame as default.
I can't use the "set animation" and "set animation frame" actions to point to the original object's animation and frame.
I can use the "Pick last created" event to apply bumpmap and no collision, but I can't change animation or frame in any way.
As a patch-eye solution, I duplicated the interested object so the game could easily understand what is what and who is who. But these are two different objects.
I just want one. If by any chance I have to change one of these objects aesthetically, the map effect wouldn't fit.
So to sum up, I want that the object in question can spawn another identical object with the same position, size, animation, frame, but at the same time with no collisions and with the bumpmap effect on.
Thank you for reading!