I'm going to try and make this easy to understand. Hope this works:
I'm working on a game. My background is a street, and it scrolls up and down, depending on the direction the main character moves. This seems to be working just fine, but there are also cars that move up and down the street, and in addition to their independent moving, they need to move relative to the scrolling background (street).
For lack of a better term, how do I parent the cars to the street? I could recalculate their relative position everytime the background scrolls, but his seems like a lot of overhead.
Cheers,
Sterling
I'm working on a game. My background is a street, and it scrolls up and down, depending on the direction the main character moves. This seems to be working just fine, but there are also cars that move up and down the street, and in addition to their independent moving, they need to move relative to the scrolling background (street).
For lack of a better term, how do I parent the cars to the street? I could recalculate their relative position everytime the background scrolls, but his seems like a lot of overhead.
Cheers,
Sterling