-- Lingo syntax _player.disableImagingTransformation // JavaScript syntax _player.disableImagingTransformation;
Player property; determines whether Director automatically takes Stage scrolling or zooming into account capturing the image of the Stage. Read/write.
When TRUE, this property prevents Director from automatically taking Stage scrolling or zooming into account when the image property is used to get the image of the Stage. Zooming and scrolling of the Stage will affect the appearance of the image captured by using image.
When FALSE, Director will always capture the image of the Stage as if the Stage window was zoomed at 100% and was not scrolled out from the center of the Stage window. FALSE is the default value.
This statement sets disableImagingTransformation to TRUE:
-- Lingo syntax _player.disableImagingTransformation = TRUE // JavaScript syntax _player.digitalVideoTimeScale = true;