✨ πšƒπš‘πšžπš—πšπšŽπš› π™²πš˜πšπš’πš—πš π™·πšŽπš•πš™ ✨ {open}

Sure!
If you want it to be tappable, could you give me your overlays? I am not that good at making overlays.
Do you want to have a option for no sound?

umm yea and I will get the overlays

1 Like

here if you need anything else just message

left & right arrows

Unknown
Unknown-1

Play button

images

Background

1 Like

I’ll work on it as soon as I can.

1 Like

@jessica16, I completed your request.

Here is your script.

INT. PHONE MUSIC - DAY
&zoom reset AND speechbubble reset
NARRATOR
Do you want music?
choice β€œNo.” {
volume music 100 0
@MUSICTYPE =0
readerMessage Based on the arrow templates of Dara.amarie with messageTitle Template by emma.writes.episode
continue
} β€œYes.” {
volume music 100 0
@pause for 0.1
#CHOSING MUSIC WITH TAPPABLE OVERLAYS
&ui ROSE_ARROW_LEFT create and ui ROSE_ARROW_LEFT opacity 1 in 0 and ui ROSE_ARROW_LEFT scales to 0.8 0.8 in 0 and ui ROSE_ARROW_LEFT shifts to 21 187 in 0 and ui ROSE_ARROW_RIGHT create and ui ROSE_ARROW_RIGHT opacity 1 in 0 and ui ROSE_ARROW_RIGHT scales to 0.8 0.8 in 0 and ui ROSE_ARROW_RIGHT shifts to 193 187 in 0 and ui ROSE_PLAY_BUTTON create and ui ROSE_PLAY_BUTTON opacity 0 in 0 and ui ROSE_PLAY_BUTTON scales to 0.706 0.706 in 0 and ui ROSE_PLAY_BUTTON shifts to 124 98 in 0

tappable
β€œROSE_ARROW_LEFT” {
&ui ROSE_PLAY_BUTTON opacity 1 in 0.1
goto music_type_3
} β€œROSE_ARROW_RIGHT” {
&ui ROSE_PLAY_BUTTON opacity 1 in 0.1
goto music_type_1
}

label music_type_1
@MUSICTYPE =1
#HERE YOU CHOOSE YOUR FIRST MUSIC NAME
music music_fashionupbeat
@pause for 5
music off
&speechbubble is 169 323 to 100%
NARRATOR
Click on the arrows to listen to other music or click the play button to choose continue.

tappable
β€œROSE_ARROW_LEFT” {
goto music_type_3
} β€œROSE_ARROW_RIGHT” {
goto music_type_2
} β€œROSE_PLAY_BUTTON” {
goto choice_music_type_confirm
}

label music_type_2
@MUSICTYPE =2
#HERE YOU CHOOSE YOUR SECOND MUSIC NAME
music music_upbeatpulse
@pause for 5
music off
&speechbubble is 169 323 to 100%
NARRATOR
Click on the arrows to listen to other music or click the play button to choose continue.

tappable
β€œROSE_ARROW_LEFT” {
goto music_type_1
} β€œROSE_ARROW_RIGHT” {
goto music_type_3
} β€œROSE_PLAY_BUTTON” {
goto choice_music_type_confirm
}

label music_type_3
@MUSICTYPE =3
#HERE YOU CHOOSE YOUR THIRD MUSIC NAME
music music_upbeatstring
@pause for 5
music off
&speechbubble is 169 323 to 100%
NARRATOR
Click on the arrows to listen to other music or click the play button to choose continue.

tappable
β€œROSE_ARROW_LEFT” {
goto music_type_2
} β€œROSE_ARROW_RIGHT” {
goto music_type_1
} β€œROSE_PLAY_BUTTON” {
goto choice_music_type_confirm
}

label choice_music_type_confirm
&ui ROSE_ARROW_LEFT opacity 0 in 0.1 and ui ROSE_ARROW_RIGHT opacity 0 in 0.1 and ui ROSE_PLAY_BUTTON opacity 0 in 0.1
NARRATOR
Are you sure you want this music to be playing?
choice
β€œYes!” {
readerMessage Based on the arrow templates of Dara.amarie with messageTitle Template by emma.writes.episode
} β€œNo, I’ve changed my mind.” {
&ui ROSE_ARROW_LEFT opacity 1 in 0.1 and ui ROSE_ARROW_RIGHT opacity 1 in 0.1 and ui ROSE_PLAY_BUTTON opacity 1 in 0.1
if (MUSICTYPE =1) {
goto music_type_1
} elif (MUSICTYPE =2) {
goto music_type_2
} else {
goto music_type_3
}
}
#ENDING OF MUSIC CHOICE
}

INT. COZY RESTAURANT - DAY
if (MUSICTYPE =0) {
music off
@speechbubble reset
}elif (MUSICTYPE =1) {
music music_fashionupbeat
@speechbubble reset
} elif (MUSICTYPE =2) {
music music_upbeatpulse
@speechbubble reset
} else {
music music_upbeatstring
@speechbubble reset
}
NARRATOR
Okay.
music off

Explanation.

INT. COZY RESTAURANT - DAY
if (MUSICTYPE =0) {
music off
@speechbubble reset
}elif (MUSICTYPE =1) {
music music_fashionupbeat
@speechbubble reset
} elif (MUSICTYPE =2) {
music music_upbeatpulse
@speechbubble reset
} else {
music music_upbeatstring
@speechbubble reset
}
NARRATOR
Okay.
music off

This part of the script was just to test things out. You change the bg to the bg of the scene you want after they have chosen their music.

Don’t forget to create a character with the exact name.
Please, do not use β€œMUSICTYPE” as a character in your script other than here for choosing music.

Do not forget to shut the music out once that scene is done with that specific music.
You can, and I even recommend it, change the music. It is shown by the hashtags as you prefer to match your scene.

You can use this template multiply times by just changing the name of the music when needed.

I recommend that you reupload all the overlays and don’t move them around when uploading, I didn’t do it myself, so they would be in the exact spot.

Please, use the exact name for the bgs and overlays. Otherwise, you will have to adjust the whole script.

Credit is already in the template :blush:

Overlays and bgs used.

I changed the size of the bg, so please use this one! Just as I adjusted the overlays.

name: INT. PHONE MUSIC - DAY

name: ROSE_ARROW_LEFT

rose left

name: ROSE_ARROW_RIGHT

Unknown

name: ROSE_PLAY_BUTTON

images

Edit: When changing the names of the music in the first part (with the arrows), you have to change them too in the second part (in the if/elif/else code)

If you are having trouble, you can always reach out to me!

Completed :smiley:

Thanks sm :sparkling_heart::sparkling_heart:

1 Like

Bumppp! :smirk_cat:

bump!

love your profile :hot_face:

1 Like

Thanks for bump! :joy:

:skull::skull: It’s beautiful isn’t it?

1 Like

hi there.
can someone help me with using overlays more than 2 in a scene?

should i pm you?

yes

Bump :sunglasses:

1 Like

Hi
i need help with coding. Anyone can help

1 Like

heya! what do you need? :))

1 Like

i want to make characters sit behind a desk but they appear sat on desk

1 Like

You’ll need an overlay of the desk for that

And set the character a lower layer then the overlay or the overlay a higher layer

i have and i also tried to change the layer

1 Like

Is the overlay layer higher then the character?