I want to add some effects to my word game. For example, in the game, letters are revealing one by one and user tries to guess the word. So when a letter is revealed, I want the letter to go there from somewhere else for example ( flying from left,right,top,bottom to its place in the box ) or some similar effects. What can you advice for this ?
I could use some timers to make it come from some sides or top but it won't look good.
Yes, I can use this for flying word effects. What about effects like explosion, trails etc. what method can be used to create those kind of effects , if there are any?
There are all kinds of ways. A simple way is to create a series of transparent images with the effect and use a loop with Sleep to create the animation.