Hey Tim and thanks for your reply!
So you say I could do the following:
-
Convert a short video sequence to single frames / extract the frame images from the sequence
-
Put them into a sprite with 50 - 100 images for example, which has full screen size of the IPhone
-
Play this sprite sheet as soon as the user touches the screen in a certain way
—> the user gets the impression of an animated person on screen for example. Kind of like a “virtual pet” animation with a real person.
?
I thought sprite sheets where limited regarding the number of images they contain, that’s why I thought sprite sheets wouldn’t work that well.
I also thought about playing back the actual movie sequence with “showControls” set to “hidden” in the video playback call from Corona
media.playVideo(“sample_mpeg4.mp4”, false, onComplete)
…but don’t know whether that would work that well or the bug is still around that the video controls don’t disappear.
What do you think about that method in comparison?
Thanks for your help!
[import]uid: 11219 topic_id: 7603 reply_id: 27037[/import]