Dragonfire Posted December 14, 2014 Share Posted December 14, 2014 Hi, I have a parent child "asteriod" and want to draw a "filled circled" sprite underneath. I used asteriod.addChild(circle);The circle is moving/scaled with the asteroid, but it is also drawn above the asteroid ... Any idea how fix this? Link to comment Share on other sites More sharing options...
XekeDeath Posted December 14, 2014 Share Posted December 14, 2014 Create a blank parent, and make the circle and asteroid children of that. Link to comment Share on other sites More sharing options...
Recommended Posts