How do I create several "Beeps" in certain times?

Hi App Inventor Community,

my name is Rolf and I'm an absolute beginner with App Inventor (started yesterday :slight_smile: )
I managed some first small steps in programming a very simple App so far.
(Button calls a "Beep". Beep .mp3 is already loaded and mobile phone "beeps"
when pushing tht button).

My question is: How can I create the following sequence:

User pushes a certain "Start" button --> 1 Beep. After 3 seconds another Beep. Then wait for 7 sec. After this: another beep , wait 3sec next beep. Then wait another 7sec and so on.
Whole procedure: 6 times (2 Beeps -->wait 7 sec, 2 Beeps, wait 7 sec ......)

Thanks a lot for any help!

Best Regards
Rolf

You can try this:

(set Clock1 to 3000, and Clock2 to 7000)

Thanx very much!

I will try this.

For longer sequences, you will need a list like player piano rolls.

Search this board for my Morse code apps
.

Thanks for all your kind help. All works well!