thanks SonicX for your help initiatives… yes I need to play sound when it rotates . the only difference in your code and my code is :
in your code, you know when it will rotate , so it is easy to add sound under your rotateArrow() function
in my code the rotation happened via update function linked to gbs to know the right direction then it adjust using :
- arrow.rotation = curRotation + delta*0.3
as shown above in the code… i will try to simulate the complete code and send it if it is not clear.
thx
Abdulaziz