You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
I have a really simple game that, for now, uses CCMotionStreak to show a streak when I touch is moving.
I added a single layer to the scene and add the CCMotitionStreak to that layer. As the touch moves, the streak displays. This works perfect.
However, as soon as I add a background image, the streak no longer shows. The image is added before the layer so that shouldn't be an issue.
If I remove the background image, the streak displays fine.
I also tried setting the ZOrder = 1000 for the motion streak as well without luck.
I have a really simple game that, for now, uses CCMotionStreak to show a streak when I touch is moving.
I added a single layer to the scene and add the CCMotitionStreak to that layer. As the touch moves, the streak displays. This works perfect.
However, as soon as I add a background image, the streak no longer shows. The image is added before the layer so that shouldn't be an issue.
If I remove the background image, the streak displays fine.
I also tried setting the ZOrder = 1000 for the motion streak as well without luck.