I have a sprite inside another sprite
SpriteB is inside SpriteA
I would like to change the default coordinate(top left corner) to say 250,10
When SpriteB.x = 0, SpriteB.y = 0 puts SpriteB to 250,10 in SpriteA
Is this possible?
I have a sprite inside another sprite SpriteB is inside SpriteA I would like
Share
You should be able to use the
transform.matrixproperty of the sprite: