How can I use a Video animation in top of my game?

I will like to have a video animation (.mov or similar) that plays during the game.

For example a combo power that loads every 60 sec and at the end of the animation (playing on top of the game) triggers an action called by an script.

Can you use a Movie Texture?

Seeing as you don't have Pro, you can't solve this with a movie texture. A crude way of doing it would be to have some frames of the movie stored as textures and just switch texture. Not really a preferred way of doing it but it should work.

Otherwise I think you can solve this by using GUI. If you can have one picture that you use many times to form up a bar you can just do a for-loop and add many labels with the same picture next to each other.

You can even use the fps tutorial's example of a healthbar. No it's not as cool as using a movie-texture but it's an alternative until you can cough up the dough.

Cheers!