Action:texture(texture, u, v, width, height, scale) Action:hoverTexture(texture, u, v, width, height, scale) Action:toggleTexture(texture, u, v, width, height, scale) local myAction = myPage:newAction()
myAction:onLeftClick(function()
log("Heheh I got Left Clicked!")
end) local myAction = myPage:newAction()
myAction:onRightClick(function()
log("Heheh I got Right Clicked!")
end)