Oh, the Lvl_collision is an ImageSprite that looks like this:


and the idea is to bounce off the edges or another sprite. This is a large sprite with a transparent background.
The sprites in App Inventor are ALLWAYS rectangles. They MUST be rectangles, even though they have transparent backs. To keep the golf fairway to control the course of the ball the developer cannot use a SINGLE image as a barrier.
Break this up into 12 thin sprites, essentially thick lines with very thin 'widths' and various 'lengths' and position them appropriately on the screen.

Sorry, I do not believe there are any shortcuts as interesting as your idea is to use a single sprite. Perhaps someone else will have other opinions.
To get the ball to bounce off each, each must probably be named as an object to collide with and depending on which object is struck, to have an appropriate reaction. In fairness,
I have not tried this.
Simply, this fairway large sprite cannot be used as a bounding
barrier.to contain (restrict) the movement of the ball.
Regards,
Steve