by pokarnitin » Tue Jan 29, 2008 8:50 am
Hi mobdev,
I am wondering what kind of animation you are trying to play.
If you are developing game like Casino where you want to animate numbers you can develop animation for all the digit(0-9) and play it all together by create different players(no of players = no of animation to be played at a time.... if 4 digit animation , then 5 player).
Or else if your are creating a sudoku kind of game, where numbers animates even in such case, you just need to create 10 different animation and play it by creating player and setting x,y of that animation.
I would like to give you example of Dice Game on which i was working sometime ago, where user need to throw two dice
There i had created 6 animations for 6 faces, where dice had a rolling effect created using few image clips.
But it was very monotonous, hence we gave each animation some orientation. (say at 20,40,60). So my total animation were 18(3x6).
This way i manipulated it.
It would be great if you tell me little bit more about your animation.
-Nitin