Hi guys,
I’m wondering if it’s possible for the game I create - the menu scene - to put as a background a looping video? [import]uid: 8241 topic_id: 2848 reply_id: 302848[/import]
Hi guys,
I’m wondering if it’s possible for the game I create - the menu scene - to put as a background a looping video? [import]uid: 8241 topic_id: 2848 reply_id: 302848[/import]
I would think so! Just have all the frames of the animation and use the event listener:
[blockcode]
Runtime:addEventListener(“enterFrame”, object)
[/blockcode]
And then use the Movie API!
-Gamexcb [import]uid: 8517 topic_id: 2848 reply_id: 8485[/import]
You could use the Movie API or Sprites to create some animated graphics that loop. Running a video file in the background is not supported in Corona.
-Tom [import]uid: 7559 topic_id: 2848 reply_id: 8631[/import]