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