1
Support / Re: Help with Returning to a Sprite after Animation Ends
« on: September 27, 2013, 11:28:30 pm »
Thanks for the help.
I think I have that part figured out now.
But when I test my game, the animation doesnt play.
I get an error saying "Object reference not set to an instance of an object".
Its something wrong with this line of code, but its exactly how the docs show how to do it.
anim.Play("BowAnim");
I have no idea why it isnt playing the animation.
I think I have that part figured out now.
But when I test my game, the animation doesnt play.
I get an error saying "Object reference not set to an instance of an object".
Its something wrong with this line of code, but its exactly how the docs show how to do it.
anim.Play("BowAnim");
I have no idea why it isnt playing the animation.
