Microbit blinking arron

can someone please help me make this kind of arrow in code.org
beating heart

Hi @sanac2086,

I don’t have a microbit with me. Can you first look at the example solution for L10L9A Mood Ring? Next, look at the JavaScript for your blinking arrow in MakeCode.. Based on these two sets of code, it looks like you need to turn on the lights for the arrow using “1” and the blocks shown in the solution for Mood Ring and then between patterns of the animating arrow, I am guessing the setTimeOut block (in the blue Control section of blocks) would work to pause between the different scenes for the arrow.

That is where I would start:)
Good luck!
~Michelle