Hello, can anyone translate Senoculars onrightmousedown function into astionscript 2? :ogre:
thanks anyone for the help. =)
setInterval(function () {
if (Mouse.rightMouseDown ^ (Mouse.rightMouseDown=Key.isDown(2))) {
Mouse.rightMouseDown ? Mouse.broadcastMessage("onRightMouseDown") : Mouse.broadcastMessage("onRightMouseUp");
}
}, 40);