<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


MAGNIFY Search:

In Graphics Words in TurboForth Kernal

Word Name: MAGNIFY
Type: Standard word
Data Stack Signature: n --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Sets the magnification value for sprites to n.

 

Example:

none

Comment:

Valid values are 0 to 3, as follows:

Value for n Description
0 8x8 pixel sprites, non-magnified
1 8x8 pixle sprites, double size
2 16x16 pixel sprites, non-magnified
3 16x16 pixel sprites, double size
See Also: SPRITE 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>