Page 1 of 1
Ever playing music/movies?
Posted:
Tue Mar 06, 2007 11:27 pm
by Locke
I know how to make music play if the mouse leaves the actor, but is there a way to make it play from the begining of the game all the way to the end? And is there a way to play movies before, after, or during the game? If so, please let me know how, because I REALLY want to do some things with that during my game.
Thanks,
Locke
Posted:
Tue Mar 06, 2007 11:37 pm
by Caaz Games
i think you can have music play with the draw actor thing.
Posted:
Tue Mar 06, 2007 11:47 pm
by Locke
Posted:
Tue Mar 06, 2007 11:58 pm
by Game A Gogo
just set the loop time to its maximum
which is BIG!
Posted:
Tue Mar 06, 2007 11:59 pm
by Locke
oooookay. Just to be on the safe side, could you give me the code of an example. I think I know what you are talking about but, if it is not to much trouble...
Posted:
Wed Mar 07, 2007 12:24 am
by Caaz Games
i dont think you need a code just go to Draw Actor>PlayMusic
Posted:
Wed Mar 07, 2007 1:34 am
by makslane
If you put play music in a draw actor event, the music will restarts every frame.
If you wants to play the music when game starts, just put in the 'Create Actor' event of the view actor.
Posted:
Wed Mar 07, 2007 2:08 am
by Locke
Okay then, thanks