Error getting tags :
error 404Error getting tags :
error 404
set the hilitePixel of card button 8 to (the number of cards + 3)
Use the hilitePixel property to change the highlight color of an object when the bit depth of the screen is 8 bits (256 colors) or less.
Value:
The hilitePixel of an object is an integer between zero and (the screenColors - 1)
. It designates an entry in the current color table.
By default, the hilitePixel for all objects is empty.
Comments:
The hilitePixel property specifies which entry in the color table is used for an object's highlight color. It is similar to the hiliteColor property, but is specified as an entry in the current color table, rather than as a
The color table can be set by changing the colorMap property.