I have this code
image_angle = direction;
direction++;
and wanted to know if there was a way to increase the rotating speed with out the object moving from the position it is in
any help would be appreciated thanks
image_angle = direction;
direction++;
and wanted to know if there was a way to increase the rotating speed with out the object moving from the position it is in
any help would be appreciated thanks