HelloAnimation doesent animate

Hello



I cant seem to make the HelloAnimation animate. I assume that the light have to rotate around the sphere (dosent happen)



Middy

The CVS version works fine here.

oh? Am I supposed todo something to make it start?

No…

Just keep your eyes open, it only makes one circle.

ah apparently its done when my laptop shows the window :slight_smile:

That's not very likely. You're sure you're using the CVS version?





https://jme.dev.java.net/source/browse/jme/src/jmetest/TutorialGuide/

yeap

add


  st.setRepeatType(Controller.RT_CYCLE);



after the controller is created. It'll keep moving.