Is there a way to sort of wrap a [tiled] background as it scrolls across the screen so it looks like it scrolls endlessly? Right now I'm using a motif quick backdrop, but I could change it to an active if needed. Thanks
You could either change the virtual width and height to -1 for "true" infinite scrolling, or you could just code it where it wraps back to the beginning of a limited frame.
Oh yeah, make sure you turn on "wrap horizontally" and "wrap vertically" in the layer properties that contains the background.