We're looking to put animations on our iphone app, kind of like movies.
After looking at the doc and searching online, I came to the conclusion that there's nothing exactly flash-like?
The 3 solutions I found were :
-Put tons of pictures in a document and animate by changing the picture every second or so. NOT a good idea here, considering I'll have over 25 animations of the kind.
-Deconstruct the image into parts(background, character, etc) and do my best to animation with only movements and rotations. NOT a good idea either since I'm gonna be limited in what I can do.
-Export .mov files and read them directly in the QuickTime player.
Is that all you can do for flash-like anims? I'm currently gonna work on doing movs, and use the other 2 solutions for UI animations if necessary...
After looking at the doc and searching online, I came to the conclusion that there's nothing exactly flash-like?
The 3 solutions I found were :
-Put tons of pictures in a document and animate by changing the picture every second or so. NOT a good idea here, considering I'll have over 25 animations of the kind.
-Deconstruct the image into parts(background, character, etc) and do my best to animation with only movements and rotations. NOT a good idea either since I'm gonna be limited in what I can do.
-Export .mov files and read them directly in the QuickTime player.
Is that all you can do for flash-like anims? I'm currently gonna work on doing movs, and use the other 2 solutions for UI animations if necessary...