This must be a project done with App Inventor Classic.
As it has been replaced with AI2 we cannot open the old format zip project.
But we have several methods for scrolling inside a Canvas.
To Scroll Horizontally, set the Screen Horizontal algnment to center.
Set the Canvas width to some value larger than the device screen width.
place an imagesprite on the canvas.
It can be moved from off-screen on the right, onto the visible screen area, then off again to the left for example as the Canvas is larger than the screen width.
---
sf