- Home /
Illusion of faster moviment between diferrent planes
I'm making a musical game where the character stays in the center of the screen and four diferent planes with slight modified versions of the same image scroll from the left to right,i need a way to make it seen that every plane move at a faster speed from the last,but at the same time the images have to stay at the same point.
I tried changing the size of the planes and the distance from the screen like a parallax effect and it made the illusion of the faster moviment but when it change beetween planes the image its at a different point,and i need it to morph seamless.
Clearly, they can't move at different speeds and always be lined up. You must have some other definition of lined up (for example, you have 4 diff widths, but want each to take 2 secs to scroll -- the periods line up.)
Also, not seeing how "change between planes" and "morph" apply. Are you just saying that you only show one moving plane at a time, and have them fade in/out? In that case, for testing, just show them all. Gives a better feel what's going on.
Your answer
Follow this Question
Related Questions
Moving images around 0 Answers
Making a bubble level (not a game but work tool) 1 Answer
Changing materials of a plane on keydown. 1 Answer
Basic Movement on a Plane without Character Controller 2 Answers
Plane Struct point calculation. 1 Answer