It will cause an error
https://github.com/Stencyl/stencyl-engine/blob/600d376054d1037a1186cdedcb28deda123dd497/com/stencyl/models/Actor.hx#L3593-L3601
Solution just add
if (currAnimation != null ){
currAnimation.filter = null;
}
same for setFilter
https://github.com/Stencyl/stencyl-engine/blob/600d376054d1037a1186cdedcb28deda123dd497/com/stencyl/models/Actor.hx#L3593-L3601
Solution just add
if (currAnimation != null ){
currAnimation.filter = null;
}
same for setFilter