blinkok Posted August 26, 2015 Share Posted August 26, 2015 i would specifically like to scale/rotate/move it and use toGlobal/toLocal to translate the co-ordinates Link to comment Share on other sites More sharing options...
rich Posted August 26, 2015 Share Posted August 26, 2015 Use a Sprite. It can do all of that, plus have its own children and animations. It has some properties like worldPosition, worldAlpha, worldScale and worldRotation which allow you to get the final fully transformed values of each property too (i.e. after taking the full display hierarchy into consideration) Link to comment Share on other sites More sharing options...
blinkok Posted August 28, 2015 Author Share Posted August 28, 2015 thanks. sound like it's exactly what i want Link to comment Share on other sites More sharing options...
Recommended Posts