1. Proxy Part 1 - In the context of my first post, I meant a Lua table. Create a table with the same x,y values as the container. Then, call transition on the table.
Finally, have a enterFrame listener on the container that does the following:
A. Calculates dx,dy of container x,y versus proxy.
B. Adds dx,dy to container.
C. Subtracts dx,dy from group inside container.
… repeat next frame
prox·y
ˈpräksē/
noun
noun: proxy
-
1.
-
2.
a figure that can be used to represent the value of something in a calculation.
“the use of a US wealth measure as a proxy for the true worldwide measure”
2. SSK 2 - Sorry I forgot to post a link.
-
Proxy Part 2 - Finally, SSK2 has a special feature called Proxy which is not to be confused with my example above. It is a smart piece of code that… well I’d have to show you, but it does the above kind of work but in a more elegant way.
There is a example with the link to Proxy (in SSK) that may tell you all you need about this special feature.