Felipe
13-05-2008 18:40:32
How can i update OgreAL::SoundManager ?
The songs in my game play 100 times and not play more, how i update SoundManager ?
The songs in my game play 100 times and not play more, how i update SoundManager ?
Felipe
13-05-2008 18:40:32
stickymango
13-05-2008 21:19:15
Felipe
14-05-2008 02:38:24
void Actor::moveFoward()
{
mov_actor->setSpeed(35.0 * moviment_factor);
mCharacter->addMovement(NxOgre::Character::DR_StepLeft);
OgreAL::SoundManager::getSingletonPtr()->getSound("Walk")->play();
}
stickymango
14-05-2008 12:16:52
Felipe
14-05-2008 19:52:51
stickymango
14-05-2008 20:56:55