image_yscale
From YoYoGames Wiki
Description
(real): the factor by which the image of an object's sprite is scaled vertically
- Read-write
- Scope: Local
Explanation
The local variable yscale indicates the factor by which the image is scaled vertically.
Examples
yscale=2
- the height of the image will be doubled (and of course it is stretched to fit that size)
yscale=1/2
- the height of the image will be halved.
Suppose a sprite has a height of 32 pixels. When yscale is set to 2, the sprite's height will be 64 pixels.
Note that this variable does not change the sprite resource.

