Vectorized arrow(s) user interface object
int | input [int] |
Sending an integer value to the live.arrows object will cause the displayed arrow whose number corresponds to those arrow(w) currently displayed to flash and will send a corresponding message out the live.arrows object's outlet. Index numbering for arrows starts at 0 for the leftmost arrow. The indexing range will vary depending on the number of arrows displayed (using the , , , and attributes). |
down | When the live.arrows object's outlet if the attribute is set to 1. | message is received, the down arrow will flash and the message will be sent to the|
(mouse) | Click to output the corresponding arrow symbol. | |
left | When the live.arrows object's outlet if the attribute is set to 1. | message is received, the left arrow will flash and the message will be sent to the|
right | When the live.arrows object's outlet if the attribute is set to 1. | message is received, the right arrow will flash and the message will be sent to the|
up | When the live.arrows object's outlet if the attribute is set to 1. | message is received, the up arrow will flash and the message will be sent to the
Name | Type | g/s | Description |
---|---|---|---|
arrowcolor | float | Sets the arrow color of the live.arrows object in RGBA format. | |
blinkcolor | float | Sets the blink color of the live.arrows object in RGBA format. | |
blinktime | int def.:150 |
Sets the blink time in milliseconds. | |
bordercolor | float | Sets the border color of the live.arrows object in RGBA format. | |
downarrow | int def.:1 |
Toggles the display of the down arrow. The default is 1 (on). | |
leftarrow | int def.:1 |
Toggles the display of the left arrow. | |
rightarrow | int def.:1 |
Toggles the display of the right arrow. The default is 1 (on). | |
uparrow | int def.:1 |
Toggles the display of the up arrow. The default is 1 (on). |
Name | Description |
---|---|
live.button | Flash on any message, send a bang |