scrSpinSpeed

This script will change the image angle of an object based on it's speed

 Script

/// Speed Change
/* rotates the angle of the image based on it's speed
to use this apply values to these variables:
spinsp = (boolean) 
    enables/disables the script
*/
if (spinsp) {
    image_angle += speed;
}