I’ve got this space background image that you can move around with the arrow keys. What I’m trying to accomplish is kind of hard to explain so I’ll just give an example…
First, look at the SWF and move the background in any direction. You’ll notice that the actual image is pretty small, just barely bigger than the stage itself. I want to make a script that will create duplicates of this image and place those duplicates in the right place so that you will never see the empty white space.
Ok, so say you hold down the right arrow key… and the image moves left. Once the right edge of the space graphic touches the right edge of the stage, i want a duplicate of the picture placed so that the left edge meets the right edge of the original graphic. Keep holding right, and eventually the original graphic will be pushed off the stage. I’d then like for that graphic to be removed, and for the whole process to repeat itself while moving the picture.
Ok… so I’d like that to be in effect for all directions. This way I can have an infinate star field. Can anyone help me out?