*bump*
Okay, I was thinking, wouldn't it be better if variables were used for the sounds? It would save issues for example, let's say you ported the Sonic 3 Sound Driver to S1. It may be unpopular due to how it works but sounds are practically everywhere and using variables in place of the audio $** request would probably be better. For example:
Would become:
And if you wanted to change the music:
Just saying.
Okay, I was thinking, wouldn't it be better if variables were used for the sounds? It would save issues for example, let's say you ported the Sonic 3 Sound Driver to S1. It may be unpopular due to how it works but sounds are practically everywhere and using variables in place of the audio $** request would probably be better. For example:
Syntax Highlighted Code: ASM
audio [color= #ff0000;]$[/color][color= #ff0000;]8C[/color]
Would become:
Syntax Highlighted Code: ASM
audio Music_Boss
And if you wanted to change the music:
Syntax Highlighted Code: ASM
Music_Boss = [color= #ff0000;]$[/color][color= #ff0000;]8C[/color] [color= #adadad; font-style: italic;]; change the $** to another music ID[/color]
Just saying.
This post has been edited by SOTI: 05 February 2009 - 06:35 PM


05
