Can anyone please tel me how to make a Analog onscreencontroller follow the screen? I used the code to make it a HUD but the knob doesn't respond to my touch,please help!
Asked
Active
Viewed 153 times
1
-
3might help if you show us your code – jmroyalty Aug 02 '13 at 13:08
1 Answers
0
You might be attaching the controller to the scene. That is the reason the knob is not working.
what you should do is set the controller as child scene to your scene
setChildScene(AnalogOnScreenControl);
Now it will work.

Sandeep R
- 2,284
- 3
- 25
- 51