http://docs.runrev.com/Command/flip said, back in the day
Important! Flipping a referenced image changes its orientation only temporarily. The next time the referenced image is displayed, its original orientation returns.
So I am thinking the changes to the rendering in later versions of LC must be responsible, related to the image caching? Is there any way to flush the cache? I tried by setting the imageData to empty, setting the text of the image to empty, and
Code: Select all
prepare image file <the referenced image path>
to see if that would force the caching to be updated, but no go. I also delved into the IDE scripts but could only step into the lines at the same script level. Once the ide says "flip image <id> horizontal" the engine does its thing and I couldn't see how to follow where it went to do it, and it doesn't seem to set any properties that can be checked to see if a flip has been set.