The following values can be queried and changed through normal data management channels. The position variables are relative to the screen.
grd_x | 4s1 | The layer instance's x position relative to the screen |
grd_y | 4s1 | The layer instance's y position relative to the screen |
grd_xoffset | 4s1 | The x pixel offset that will be used to determine the origin of the layer instance |
grd_yoffset | 4s1 | The y pixel offset that will be used to determine the origin of the layer instance |
Note | |
---|---|
Any change to the following values affects all layers. |
grd_width | 4s1 | The layer's width |
grd_height | 4s1 | The layer's height |
grd_alpha | 1u1 | The layer's transparency value. The values range from 255 (opaque) to 0 (transparent) |
grd_hidden | 1u1 | The layer's visibility. A value of 0 states that the layer and all of its controls are visible and a value of 1 hides the layer and all of its controls |