When creating a new button with ui.newButton where can I find documentation about all the events that are supported. Right now I know 2: onEvent & onPress. Are there anymore?
local typeButton1 = ui.newButton{
default = “Images/Player1-Piece1-0.png”,
over = “Images/Player2-Piece1-0.png”,
onEvent = buttonHandler,
text = “”,
id = “button1”,
}
local typeButton1 = ui.newButton{
default = “Images/Player1-Piece1-0.png”,
over = “Images/Player2-Piece1-0.png”,
onPress = buttonHandler,
text = “”,
id = “button1”,
} [import]uid: 295 topic_id: 1343 reply_id: 301343[/import]