I have a question, I have an ocean scene and I want waves to constantly scroll accross the top, constantly going off one side and appearing on the opposite side. Could somone help me out?
Use a rotating counter (from zero to width of the world) to be the offset at which to draw the ocean scene on the main image each act cycle. You will need to draw the image twice, once at the offset of the counter and once at the offset of the counter minus the width of the image.