1,502
edits
(Update kScrollWindow) |
(→SCI2.1: Update for kAddLine, kUpdateLine, kDeleteLine) |
||
Line 66: | Line 66: | ||
* kBitmap: Used to preload bitmaps. In SCI3, it's also used to show them (e.g. the popup menus in LSL7) | * kBitmap: Used to preload bitmaps. In SCI3, it's also used to show them (e.g. the popup menus in LSL7) | ||
* kMovePlaneItems - used by SQ6 to scroll through the inventory via the up/down buttons | * kMovePlaneItems - used by SQ6 to scroll through the inventory via the up/down buttons | ||
* kAddLine | * Finish off kAddLine, kUpdateLine, kDeleteLine | ||
* kSetPalStyleRange - 2 integer parameters, start and end. All styles from start-end (inclusive) are set to 0 | * kSetPalStyleRange - 2 integer parameters, start and end. All styles from start-end (inclusive) are set to 0 | ||
* kMorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270) | * kMorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270) |
edits