Have you ever heard about BrashMonkey Spriter? For me, it's awesome 2D animation tool. I coded a small lib for playing spriter with Gideros. Hope it's helpful !
I did not know of Spriter, i had a look and it is a great tool. Reminds me of Mecanim in Unity. Your tool will be of great use too, thank you very much.
Thanks for answer but i still have problem. Am i doing right? build_sproter.py >> build with idle >> run >> python shell >> type build_spriter.py BetaFormatHero_000.scml C:\Users\mertcan\Desktop\ . then i am getting SyntaxError: invalid syntax. Thanks
No, you don't have to go into the Python "shell". I meant the "console", it's the "command line" window where you usually type commands such as "dir", "cls" (in Windows/DOS) or "ls, cd" in Mac/Linux.
Comments
Likes: deniz, Mells
www.tntengine.com
You just type
If you still have any problem, pls don't hesitate to raise
build_sproter.py >> build with idle >> run >> python shell >> type build_spriter.py BetaFormatHero_000.scml C:\Users\mertcan\Desktop\ . then i am getting SyntaxError: invalid syntax.
Thanks
No, you don't have to go into the Python "shell".
I meant the "console", it's the "command line" window where you usually type commands such as "dir", "cls" (in Windows/DOS) or "ls, cd" in Mac/Linux.