I hope this isn't my fault but I am trying to play a video while the background music is still playing.
Code: ags
The music needs to line up with the video and doesn't start until I select the window. The game won't start up selected. Is there a way to fix this?
function room_Load()
{
PlayMusic(7);
PlayVideo("Movies/Intro.Avi", 1, 10);
cEgo.Transparency = 100;
}
The music needs to line up with the video and doesn't start until I select the window. The game won't start up selected. Is there a way to fix this?