Anyone know how to do this/is it possible

dotsonj23dotsonj23 Member Posts: 316
edited November -1 in Working with GS (Mac)
So I want one actor to follow the exact path of another actor. The actor being followed would move/change it's path based on touches. Obviously contraining the following actor;s x any to the followed actors x and y with offsets won't work because it would not he following the same path but be changing it's x and y before the spot on the screen where the followed actor chained direction. If we had tables/arrays I think it would be pretty simple. But absent that can it be done?

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    You really need Tables and arrays for that. So you can record every single point the leader moves across and then tell the follower the right coordinates of where to go.
  • dotsonj23dotsonj23 Member Posts: 316
    Thats what I thought. Well maybe we will have that in October/November. Guess I'll table the idea until then. Thanks.
Sign In or Register to comment.