Hello!
I'm trying to develop a game in Java Me, using svg animations.
I'm a beginner, so could you please give me some ideas about how could I move a random number of svg's on a given path, until they disappear?
The path is also on a svg.
How could I import all these svg's in my project and what structure should my entire project have?
Thank you!