Re: issue attempting to load sounds
You don't need to load things in pool: It's really easy! Just do something like this:
soune_pool spool;
if(key_pressed(KEY_A) and instrament=="drum")
{
spool.play_stationary("drum0.wav",false);//where false is if it loops or not.
}
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector