If you need a flag, you can simply declare a Public variable in the Sound class. That will make it accessible to the Game class. You do not need to use a .bas module for it.
Code:Public SoundFlag As Boolean
Printable View
If you need a flag, you can simply declare a Public variable in the Sound class. That will make it accessible to the Game class. You do not need to use a .bas module for it.
Code:Public SoundFlag As Boolean