After looking over Abraham's formula and his suggestion about testing the pixel color of the paddle, I made a test project and it works pretty well for bouncing off of one side of an ImageSprite.
I don't have a good solution for bouncing off all sides of a rotated ImageSprite.
As I recall,
> this solution < for bouncing a ball off of a rectangular ImageSprite worked OK but I haven't tested that for rotation.
> This < project which bounced a ball off a drawing on the Canvas and Abraham's formula are the basis for this current solution here which reads the pixel color and uses two clocks -- one to emulate
CollidedWith and one to emulate
NoLongerCollidingWith.
---

Note that the paddle is 245x20 pixels and is colored by one gray pixel.
App Inventor can propagate a single colored pixel to fill an ImageSprite in that way.
