r543
Relic Team
Posts: 408
|
Post by r543 on Apr 30, 2012 12:49:38 GMT -5
i added a fall animation/action but it only changes from springupaction when i press a button, on my old engine edit it always updated correctly, how do i fix this ?
|
|
|
Post by Marble (LS5) on Apr 30, 2012 15:11:56 GMT -5
Make sure it's not put in the same If-EndIf loop as the "If ActionA Then."
|
|
r543
Relic Team
Posts: 408
|
Post by r543 on May 4, 2012 3:03:44 GMT -5
i found the error in my code SpeedLength# = Sqr#(p\Motion\Speed\x#^2+p\Motion\Speed\z#^2) If (SpeedLength# > 0.0) Then p\Animation\Animation = 5 If (SpeedLength# > 2.30) Then p\Animation\Animation = 10
|
|