Hi!
I just bought Spriter Pro from Humble Bundle GameDev Software Bundle.
I'm really enjoying using it but today I tried to make sprite with spriter animation.
Aren't there any way to connect sprite to the spriter's animation skeleton or do I really have to export spritesheet and use the basic setspriteanimation command?
If there's no another way, is TheGameCreators going to add those commands?
I mean for example:
skeleton = LoadSkeleton2DFromSpriterFile("something.scon", 1, 0 )
player = CreateSpriteWithSkeleton(skeleton)
do
if move_right=1
PlaySkeleton2DAnimation( player, "walk", 0, 1, tweentime# )
moveSpriteRight()
endif
sync()
loop
function moveSpriteRight()
//No skeleton related code.//
endfunction
Best Regards,
AreCustomize
"Anyone who has never made a mistake has never tried anything new."
-Albert Einstein