Laser bullet in shooting game

Hi everyone, I’m making a game which is like Chicken Invaders. I want the boss to shoot laser bullets at the player. The normal bullet is easy to make, but I have no idea about laser bullets. Can someone tell me the idea to make laser bullet? Thanks

One way is to use trail module in particle system.
https://docs.cocos.com/creator/manual/en/particle-system/trail-module.html

For 2d you can also use MotionStreak
https://docs.cocos.com/creator/manual/en/editor/components/motion-streak.html?h=motion

1 Like