2D Toolkit Forum

2D Toolkit => Support => Topic started by: ioker on June 03, 2014, 04:02:38 pm

Title: tk2dSprite load from url
Post by: ioker on June 03, 2014, 04:02:38 pm
Hi,

I'm noob using 2d toolkit and I can't understand, or if it's possible, how to load an image to use it as tk2dSprite from an Url.

I know that exists the function tk2dSprite.CreateFromTexture() but I can't understand the parameters that needs.

Can someone explain me this?

Thanks in advance.
Title: Re: tk2dSprite load from url
Post by: unikronsoftware on June 04, 2014, 08:04:58 pm
There is a runtime sprite collection sample that shows you how to use this.
Title: Re: tk2dSprite load from url
Post by: ioker on June 09, 2014, 08:53:41 am
Thank you. I've already found the example.

Good job with this toolkit.