Hi,
I have a small problem, I want to repeat the function when you MOUSE_OVER it…
p_rechts.addEventListener(MouseEvent.MOUSE_OVER, rechts);
function rechts(e:MouseEvent) {
stoel.collada.rotationY -= 5;
}
now the “stoel” rotates 1 time -5, but i want it to repeat itself, till your mouse is of the button…
thanx