action - Cocos2d JS 3.7 Physics Sprite move -
i'm trying move physics sprite in cocos2d js 3.7(using chipmunk) using moving action won't work, manually set position , still wont work. physics sprite in cocos2d js 3.7 allow setposition function? or wrong.
are trying move sprite
or it's attached physics body?
note when dealing physicsprite
s can't change it's coordinates , rotation. instead should dealing ps.body.p
. p
has x
, y
properties should deal with.
Comments
Post a Comment