Common Event Help

Started by Draco6slayer, August 25, 2010, 08:27:06 pm

Previous topic - Next topic

Draco6slayer

So I created a simple common event to allow multiple BGMs to play in a certain area.

And I reached a problem. That is: Whenever the map changes, so does the music. I want to override whichever feature runs common events when you enter a map, or find some way around it. Any ideas?

Zeriab

Use a variable to count down together with short waits.
Here is an example:



*hugs*

Draco6slayer

Great, I'll plug that in. Thanks.

Blizzard

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Draco6slayer

Blizzard...lolz.
As for any other onlooker, here is a note.
This event requires external events maps to do the following (When changing music set):
1. Change the location variable.
2. Fade out the current song.
3. Change the wait variable to 0.
(This should be done with conditional events and placed in every map that connects to a map with a different music set)