Sprite shadow effect

Hello!
I want to add shadow effect to sprite?, for round edge rectangle. like this images (image1, image2).
Image1:
oie_uG6jzLMoS0sJ
image2:
oie_AV1VAe1DeEe0

how can we achieve this shadow effect?

You need to create an image with the shadow effect using photoshop or any other image editing tools.
As far as I know, Cocos wouldn’t be able to create a shadow effect for images.

You can have one plain image and an other image with shadow. Then switch these two images when required.

1 Like

I want this effect with cocos code.

I am searching related this shadow effect example, or test sample code.
I don’t find any code related to this effect. Finally, I have also been thinking what you send, regarding shadow effect.

@slackmoehrle there no shadow effect in cocos2d JS?

I’ve given you the API ref a few times.

Cocos2d-js is very outdated and does not contain all of the same functionality as cocos2d-x. Cocos Creator is a much better solution.

1 Like

thanks for replay @Quitalizner :slightly_smiling_face:.

1 Like

We (my team) will think about this for upcoming projects, to shift either Coco2d-x or Cocos Creator.
thanks for replay @slackmoehrle.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.