Script that rotates background image?

 From:  Max Smirnov (SMIRNOV)
8317.3 In reply to 8317.1 
Hi Martin,

You can't use rotate factory with background images. Use frame property instead.
moi.view.getBackgroundImages().item(0).frame = moi.VectorMath.createFrame(moi.VectorMath.createPoint(0,0,0),moi.VectorMath.createPoint(0,1,0),moi.VectorMath.createPoint(-1,0,0))