Hallway effect Question
I have a image overlapping the actuall background. So it looks like someone is walking from one end of the hall to the other. Passing windows as they move along. When you pass the window you see the background. the hero stay at a fixed x,y coordinate with walking animation. so the image actually moving is the hallway. the image is W-1000xH-320. I want the hall to repeat itself when it gets to the end so it looks like the hall is Miles and Miles long but using the same 1000x320 image. the image is seemless on each end.
To make the hall image move im using
Move
Dir 180
Rel-Act
Movetype-additive
SPeed 10.
Is this a spawn issue? what am I not adding?
To make the hall image move im using
Move
Dir 180
Rel-Act
Movetype-additive
SPeed 10.
Is this a spawn issue? what am I not adding?
Comments