side scroller, looping the background

AntonBrz

Member
Licensed User
Longtime User
I'm looking to loop a long CinemaScope shaped picture. I saw an example once, but cant seem to find it anywhere again... a horse running. I tried searching for horizontal scrollview but didn't find any links. Basically I'd like to read an example of how to move a picture off to the left, but meet the beginning of the picture again as the first disappears so it can scroll endlessly.

My first game app is almost at the publishing stage thanks to the kind answers of senior forum members.
 

klaus

Expert
Licensed User
Longtime User
I saw an example once, but cant seem to find it anywhere again... a horse running.
Look in the User's Guide chapter 9.2 Layers with Panels / ImageViews / Images
The source code is in the SourceCode\Layers folder shipped with the User's Guide.

Best regards.
 
Upvote 0

AntonBrz

Member
Licensed User
Longtime User
Thanks.

Thank you Klaus. Very kind of you to take the time to reply. I thought I had it somewhere. My B4A folders have just become so unorganized, with directories over different drives for tests and resources. I shouldn't have had to bother you.

Fondly
Anton
 
Upvote 0
Top