24.12.2015, 18:58
Quote:
|
Did you preload the animation library, because if you haven't that'll be causing a sync issue, but it could also cause your first lot of code to appear not to work at all.
put this code Код:
print("Debug");
This'll show it's a desync issue or not, and it will help out in showing you how to put debug messages in, to find where the faults actually are. If it is desync and it is triggering, that means you need to preload the animations. Код:
PreloadAnimLib |


