In my game i have a container tha is my cruzader.
but whn i dinamiclay create it the objects all come from a central point, but when i did the container it was on the right position.
is there a way to do this on the right position?
Develop games in your browser. Powerful, performant & highly capable.
If you create container objects in runtime, they will all be created in one point. You need to change their position with events, for example, set their position to different image points on a "parent" sprite.