How does one access the sprite position from another layer?
Sprite Question
(2 posts) (1 voice)-
Posted 2 years ago #
-
i found my answer to this already. :)
what i did was reference the layer to pass the values to the sprite from CharLayer2 to CharLayer1.
CharLayer1 *charLayer1 = [CharLayer1 node];
[charLayer1 myfunction:myparam];Posted 2 years ago #
Reply
You must log in to post.