thanks, Nate. It is my fault to miss it.
Xeno

- Aug 21, 2013
- Joined Jun 5, 2013
- Edited
Hey, guys. Is there any good way to deal with multi-resolution resources?
Our game's first version is HD version for iPad with 2048x1536 resolution. Now we want to resize all of our image resources from HD version to normal version for iphone and old iPad with 1024x768 resolution. It means all images will be resized from 2x to 1x.
How to deal with spine animations in a fast way? Is there any parameters in spine-runtimes or batch jobs in editor?BTW,Nate. The color button is really hard to find. I thought it was a blank because of white initial color.
Awesome! I didnt notice the color button before and opacity issues troubled me a lot. Thx.
- Shiu wrote
One way to do it quicker is:
In Setup Mode make your images hidden by default. Then when you create a new animation it will revert visibility to the Setup Mode state and you will only need to key the image you make visible and not have to hide everything first.Oh yeah! It works. Simple and effective. Help me a lot.Thank you, Shiu.
- Edited
Hi buddies.
I want to make all skill animations in one project, so that I can load all animations by animation name in only one json file.
Frist, all the effects are attached to different slots at setup mode. And they overlap like this.
Loading Image
Then, when I switch to animation mode to made each animation separately, all other effects attachments have to be hiden and keyed one by one.
Loading Image
Loading Image
So if there are N animations existing. When a new effect is added, I have to do hide-and-key to the new effect N times in existing N animations.
It is so annoying. Is there any good way to deal with it?- Nate wrote
I'm writing some docs for using runtimes now. Getting married today so I won't have time to finish it for a couple days, but you can see a rough draft of what I have so far:
http://pastebin.com/7UDRxawx
For now, I suggest getting the example that comes with spine-cocs2dx to work, then replacing the skeleton and atlas with your own. By that time you should be able to get it into your project. For more advanced usage, try searching the forum, a number of questions have been answered.Happy Wedding!
Yes, it is possible to deal attachment by code instead of editor.
I also use cocos2d-x. And I asked a similar question couple of days before. Hope it will help you.
viewtopic.php?f=3&t=783&p=3682#p3682- Nate wrote
If you use a curve on the up/down motion of the big crystal it will look a bit more fluid.
Thanks. Already used
- Pharan wrote
Animated draw order hasn't been implemented yet.
You'll have to resort to that workaround Shiu made a video of: http://youtu.be/5T3pPL_n3G0
Or you could wait until it's implemented so you won't have to redo it.Thanks buddy. A smart solution. It works. Cool!
Loading Image
- Edited
Hey guys.
I am doing a float crystal like this.
Loading Image
the satellite crystals move around the big crystal. I edit frame to hide satellites image when they move behind. However it is a little unnatural because of immediately disappearing at that moment.
The best way is change draw order. Maybe I miss some tips in example videos. And now I cannot find the detail about draw order in them. Is that possible to change draw order during animation?Thanks Nate. very clear.
My workmate has already done the attanchment by coding. And looking forward new features.BTW, Do you offer some language packages? Or open language package interface for translating by customer? Coz some of our art designers are not very good at English.
- Edited
Hey, guys. I just got a Spine and it's amazing. Now I am an exciting newbie and have some questions about it.
I got spine-runtimes for cocos2d-x and examples. It seems that it can only deal with .atlas files. Is there any available .plist file loader? (another type of texturepacker output files with XML format)
The demo video shows two different goblin skin sets can put on one skeleton. I have hundreds of characters with similar skin images. They have same forms, same shapes and same sizes. I want to create only one skeleton animation, export to json without skin images and then put these skin image on the skeleton by codes. Is it OK? How to do these Or is there any easier solution?
The Browse Button to change path doesn't work correctly in my WinXP OS. Maybe It is a bug or something?
How to customize framerate?
Thanks