Hello there,
I am currently trying to develop my first game using VPlay. I am stuck, and need help. I created 2 instance objects from an entity, and displayed this on my scene. The problem now it that I want to be able to move both instances at the same time, such that, if I move the first to the left, the second should automatically follow. I have tried creating a function to achieve this, but fail. I want to find out if there is some pre-defined function in VPlay to achieve this? Otherwise, if someone can help with a sample code, I will greatly appreciate.