Videos
by Craig Lallathin · in Torque Game Engine Advanced · 11/19/2009 (11:28 pm) · 2 replies
I am making a game and have most of it done right now. I need help figuring out to implement
video into the game right after the main menu screen but before the level starts. I have a mov and an ogv file.
I didn't know if either of them would work or if you can even do this. I was wondering if this is possible
and if it is if someone could help me figure out how to do it.
video into the game right after the main menu screen but before the level starts. I have a mov and an ogv file.
I didn't know if either of them would work or if you can even do this. I was wondering if this is possible
and if it is if someone could help me figure out how to do it.
#2
the .ogv i believe is a theora video
@Craig
in essence Rich is right, create the gui with the theoraCtrl in it. you could use the startup script functions to get the mission to load afterward with some modification
11/30/2009 (9:05 pm)
@Richthe .ogv i believe is a theora video
@Craig
in essence Rich is right, create the gui with the theoraCtrl in it. you could use the startup script functions to get the mission to load afterward with some modification
Torque Owner Richard Preziosi
WinterLeaf Entertainment
Basically what you would do is, create a new gui. Place the TheoraCtrl, and set it to your video file. Someone else is gonna have to chime in with the script to load the mission when the movie is done. But that should sorta get you started.