android - How to slice sprites into multiple sprites in AndEngine -
i'am newbie andengine. have situation wherein have slice/cut particular sprite multiple sprites, how can achieve that?
you won't able using andengine functionalities. have implement such thing yourself.
let's talk , on slicing fruit (like in fruit ninja;) ) should have 3 sprites watermelon. 2 halves , whole fruit. after slicing should hide whole watermelon , show 2 halves @ place setting it's x, y , rotation. (you have read , calculate slice position , direction somehow. more realistic)
why 2 halves instead of 1 if same? shouldn't same if want 3d effect. 1 of sprite show of watermelon inside (you know, red thing eat;) )
the other possibility similiar instead of attaching , detaching sprites can have 2 sprites attached togheter in way whole watermelon.
ps if remember fruit ninja has 3d fruit models objects won't cool in 2d (they won't rotate in z-axis). used fruit ninja example want similiar effect. don't know other possibility in andengine. want won't easy task implement such thing.
ps2 if helped click arrow , tick answer.
Comments
Post a Comment