Projectiles creating a trail of dots (Angry Birds clone)

Is there any way to make it so that projectiles create a trail of dots on-screen until they hit something? This is for an Angry Birds clone that i am making.
I like making physics puzzle games.
Stay tuned for more Angry Blosics updates!
R.I.P Sploder 2007-2020
Stencyl is the new Sploder.

Luyren

  • *
  • Posts: 2799
Considering your attempt on the Updating event, sounds like you might need this to get the hang of the basic events: https://youtu.be/j10SMwy2prM

You can use my After Image or Particles behavior, both of which can be used to achieve what you want. They can be found here: https://luyren.itch.io/luyrens-miscellaneous-stencyl-behaviors

But those behaviors might be a bit overkill. If you understand how to use the Updating event (from that tutorial video), you should have the tools to create your own code for that.
My Stencyl resources are available here: https://luyren.itch.io/
Cutscenes, RPG Elements, Particles, Map System and many more.

Considering your attempt on the Updating event, sounds like you might need this to get the hang of the basic events: https://youtu.be/j10SMwy2prM

You can use my After Image or Particles behavior, both of which can be used to achieve what you want. They can be found here: https://luyren.itch.io/luyrens-miscellaneous-stencyl-behaviors

But those behaviors might be a bit overkill. If you understand how to use the Updating event (from that tutorial video), you should have the tools to create your own code for that.

It made Stencyl crash!
I like making physics puzzle games.
Stay tuned for more Angry Blosics updates!
R.I.P Sploder 2007-2020
Stencyl is the new Sploder.

Luyren

  • *
  • Posts: 2799
My Stencyl resources are available here: https://luyren.itch.io/
Cutscenes, RPG Elements, Particles, Map System and many more.

Max Marin

  • Posts: 138
the "when creating" event would work fine
I'm human

Max Marin

  • Posts: 138
the "when updating" event remove it
I'm human