Hi, all -
So here I am in the middle of a project trying to get these animations to work. The Problem being, when I use a key to preform the animation such as -
if (dbKeyState (19) == 1)
{
masterval = 2;
}
Whereas -
if (masterval == 2)
{
dbPlayObject ( 12, 81, 182 );
dbSetObjectSpeed ( 12, 200 );
}
It only plays the object when the key is pressed (Obviously, It'll only play the animation when (dbKeyState (19) == 1)). I need to find a way around this. I was trying some stuff like (dbObjectPlaying (12)), but with no avail.
So, any help at all with this would be greatly appreciated. Thanks in advance.
- x2 + y2 = 1