The problem was solved! Still thanks for your help!
Hi lovely people! 
I’m new here and need help coding the Arrow Dressing Game by Dara Amaria. The characters name is FIRSTNAME and no matter what I do, the arrows just don’t work and you can’t see her dressing. No matter which direction you click, she still wears her old clothes. Does anyone of you maybe know what I did wrong?
Thank you ! 
Here is her code:
ARROWS DRESSING GAME - 3 OUTFITS {
&ui LEFT_ARROW create and ui LEFT_ARROW scales to 0.8 0.8 in 0 and ui LEFT_ARROW shifts to 7 187 in 0 and ui LEFT_ARROW opacity 1 in 0
&ui RIGHT_ARROW create and ui RIGHT_ARROW scales to 0.8 0.8 in 0 and ui RIGHT_ARROW shifts to 250 187 in 0 and ui RIGHT_ARROW opacity 1 in 0
&ui CHOOSE create and ui CHOOSE scales to 0.4 0.4 in 0 and ui CHOOSE shifts to 75 110 in 0 and ui CHOOSE opacity 0 in 0
tappable
“LEFT_ARROW” {
&ui CHOOSE opacity 0.8 in 0.1
goto tap_outfit_3
} “RIGHT_ARROW” {
&ui CHOOSE opacity 0.8 in 0.1
goto tap_outfit_1
}
label tap_outfit_1
@FIRSTNAME =1
@FIRSTNAME changes into FIRSTNAME_robbank1
tappable
“LEFT_ARROW” {
goto tap_outfit_3
} “RIGHT_ARROW” {
goto tap_outfit_2
} “CHOOSE” {
goto tap_outfit_choose
}
label tap_outfit_2
@FIRSTNAME =2
@FIRSTNAME changes into FIRSTNAME_robbank2
tappable
“LEFT_ARROW” {
goto tap_outfit_1
} “RIGHT_ARROW” {
goto tap_outfit_3
} “CHOOSE” {
goto tap_outfit_choose
}
label tap_outfit_3
@FIRSTNAME =3
@FIRSTNAME changes into FIRSTNAME_robbank3
tappable
“LEFT_ARROW” {
goto tap_outfit_2
} “RIGHT_ARROW” {
goto tap_outfit_1
} “CHOOSE” {
goto tap_outfit_choose
}
label tap_outfit_choose
&ui LEFT_ARROW opacity 0 in 0.1 and ui RIGHT_ARROW opacity 0 in 0.1 and ui CHOOSE opacity 0 in 0.1
@FIRSTNAME is primp_neutral
NARRATOR
Are you sure you want to wear this outfit?
choice
“Yes!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Arrows Dressing Game Template Credit
@FIRSTNAME is kiss_blow_happy_atcamera
} “No, let me try the others” {
&FIRSTNAME starts idle
&ui LEFT_ARROW opacity 1 in 0.1 and ui RIGHT_ARROW opacity 1 in 0.1 and ui CHOOSE opacity 0.8 in 0.1
if (FIRSTNAME =1) {
goto tap_outfit_1
} elif (FIRSTNAME =2) {
goto tap_outfit_2
} else {
goto tap_outfit_3
}
}
ARROWS DRESSING GAME - 3 OUTFITS }
@YOU is flirt_wink_atcamera
@YOU exits left AND YOU is run_athletic_neutral_loop
@transition iris out






