Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - skarwild

Pages: [1]
1
Java / Draw sprite into a thread
« on: May 24, 2014, 02:03:34 pm »
Hello,
I would like to draw a sprite from a thread but I get the following error:
Failed to create texture, size invalid (0x0)
while my code looks good.
My code:
               Sprite s = this.listAnim.get(count).getImage(); // return a sprite
               s.setPosition(x+5,y+10);
               render.draw(s);
thank you

2
Java / New Version
« on: May 05, 2014, 06:36:00 pm »
Hi,
I would like to know if JSML will be updated soon, it would be great.
Thanks

Pages: [1]
anything