I want to achieve the following effect:
For a fullscreen AIR app, I want to have a tiling image (JPEG, PNG or whatever) in the background. The app is displayed on large screens in a public building, and to achieve a cool effect I want the background image to “scroll” infinitely, with the direction of scrolling changing with an interval in time. The background must be tiling and always filling the screen. Performance is of importance.
What would be the best approach for this? I am thinking toward pixel-level bitmap manipulation. I have no experience in this field and I can’t find any good examples/tutorials online. Does anyone have an idea how to achieve this “demo-like” effect?
Thank you!