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


SMLIST Search:

In Graphics Words in TurboForth Kernal

Word Name: SMLIST
Type: Standard word
Data Stack Signature: sprite y x --
Return Stack Signature: --
Availability: V1.0  
Description:

Defines a movement vector for sprite sprite.

Example:

None

Comment:

When SPRMOV is called, sprite sprite will move y pixels up/down and x pixels left/right. If y is negative sprite will move upwards. If x is negative sprite will move leftwards.

Note: In TurboForth versions 1.1 and 1.2 this word is called SPRVEC.

See Also: SPRVEC 

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