2D Toolkit Forum

2D Toolkit => Support => Topic started by: AGP on April 10, 2012, 10:15:38 pm

Title: SpriteAnimation won't take my SpriteCollection
Post by: AGP on April 10, 2012, 10:15:38 pm
Sorry if this sounds stupid, but it's my first time and 2d Toolkit has changed so much since this video:http://www.youtube.com/watch?v=lwJaODiJc9g (http://www.youtube.com/watch?v=lwJaODiJc9g)

Anyway, the first time I created (as per the video) the SpriteAnimation after creating my SpriteCollection, it seemed to scan my project and not find my SpriteCollection. Now, all I get is 4 DemoSpriteCollection as options for my SpriteAnimation, which sucks. So, how do I associate my SpriteCollection with the SpriteAnimation?
Title: Re: SpriteAnimation won't take my SpriteCollection
Post by: unikronsoftware on April 10, 2012, 10:22:11 pm
Did you commit your sprite collection after creating it?
Title: Re: SpriteAnimation won't take my SpriteCollection
Post by: AGP on April 10, 2012, 10:40:40 pm
I probably hadn't, no. It works now. :- ) Thanks.