245
edits
m (Fixed typos, linkify section reference) |
m (Formatting fixes, linkify section reference) |
||
Line 118: | Line 118: | ||
===Kernel function 0x07: RespondsTo(?)=== | ===Kernel function 0x07: RespondsTo(?)=== | ||
Kernel function 0x08: DrawPic(word[, word, word, word]) | |||
==Kernel function 0x08: DrawPic(word[, word, word, word])== | |||
KDrawPickfunct 0x08: DrawPic(); | KDrawPickfunct 0x08: DrawPic(); | ||
word PicNr[, word Animation, word Flags, word DefaultPalette]; | word PicNr[, word Animation, word Flags, word DefaultPalette]; | ||
Line 147: | Line 148: | ||
</ol> | </ol> | ||
The animation is executed when kAnimate() (see | The animation is executed when kAnimate() (see [[SCI/Specifications/SCI in action/Views and animation in SCI|Views and animation in SCI]] section) is invoked. If not specified, it is assumed to be the same animation as last time. | ||
(word) Flags: | (word) Flags: | ||
edits