iOS Question Creating Simple Effects

tufanv

Expert
Licensed User
Longtime User
Hello,

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.

Thanks
 

tufanv

Expert
Licensed User
Longtime User
B4X:
Label1.SetLayoutAnimated (1000, ...) 'I would set the type of all relevant views to B4XView though it is not a must.
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?
 
Upvote 0
Top