|
SpriteLocalWord | ||
SpriteLocalWord SpriteNumber, Offset, WordValue | ||
Parameters: SpriteNumber = The Index of the sprite you wish to attach the data to Offset = The offset address to place this data WordValue = The value to wish to write |
||
Returns: NONE | ||
SpriteLocalWord writes a word value (16bit) into a sprites local data bank. FACTS: * Words values are 16bit, and take two bytes of memory to store them. * See CreateSpriteLocals Mini Tutorial: This example creates and deletes a local data bank from a sprite.
This example wouldoutput something like this.
|
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |