scrBounce

Makes the object bounce off of solid objects

 Script

/// Bounce
/* the object will bounce off of solid objects
to use this apply values to these variables:
bounce = (boolean) 
    enables/disables the script
*/
if (bounce) {
    move_bounce_solid(true);
}