Could someone test this out and confirm what I'm seeing?
Code: Select all
moveMap.bind(mouse, zaxis, bunnyHop);
function bunnyHop(%val)
{
$mvTriggerCount2++;
}
Code: Select all
moveMap.bind(mouse, zaxis, bunnyHop);
function bunnyHop(%val)
{
$mvTriggerCount2++;
}