Actionscript change default coordinate
Posted
by Comma
on Stack Overflow
See other posts from Stack Overflow
or by Comma
Published on 2010-04-14T07:56:09Z
Indexed on
2010/04/14
8:13 UTC
Read the original article
Hit count: 189
actionscript-3
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?
© Stack Overflow or respective owner