Lingo Dictionary > D-F > fixStageSize

 

fixStageSize

Syntax

the fixStageSize

Description

Movie property; determines whether the Stage size remains the same when you load a new movie (TRUE, default), or not (FALSE), regardless of the Stage size saved with that movie, or the setting for the centerStage.

The fixStageSize property cannot change the Stage size for a movie that is currently playing.

This property can be tested and set.

Example

This statement determines whether the fixStageSize property is turned on. If fixStageSize is FALSE, it sends the playback head to a specified frame.

if the fixStageSize = FALSE then go to frame "proper size"

This statement sets the fixStageSize property to the opposite of its current setting:

the fixStageSize = not the fixStageSize

See also

centerStage