View Single Post
  #2  
Old 08-08-2011, 08:52 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
PHP Code:
function onTimeOut()
{
setAni("idle"NULL);

I don't know if this is the problem, but dont you need a timer set here...
PHP Code:
function onTimeOut()
{
setAni("idle"NULL);
setTimer(0.05);

I am no expert, but I am almost completely sure you need a timer set there.
__________________
Reply With Quote