change the direction of an already established image object in Developer Help
mob/var/tmp/image/marker = new('test.dmi', src) // this will not work as it cannot be defined at compile-time.marker.dir = SOUTH/*var/image/I = src.marker // A round about way which will waste further time than the aboveI.dir = NORTH*/