I think I have the coding right but it’s saying it’s wrong so can someone help me
INT. ELEVATOR ANIMAL PRINT 4
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 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
@JAZZY =1
################## CHANGE OUTFIT NAME TO YOUR 1ST OUTFIT ###############
@JAZZY changes into PROM_OUTFIT_JAZZY_ONE
tappable
“LEFT_ARROW” {
goto tap_outfit_3
} “RIGHT_ARROW” {
goto tap_outfit_2
} “CHOOSE” {
goto tap_outfit_choose
}
label tap_outfit_2
@JAZZY =2
################## CHANGE OUTFIT NAME TO YOUR 2ND OUTFIT ###############
@JAZZY changes into PROM_OUTFIT_JAZZY_TWO
tappable"LEFT_ARROW" {
goto tap_outfit_1
} “RIGHT_ARROW” {
goto tap_outfit_3
} “CHOOSE” {
goto tap_outfit_choose
}
label tap_outfit_3
@JAZZY =3
################## CHANGE OUTFIT NAME TO YOUR 3RD OUTFIT ###############
@JAZZY changes into PROM_OUTFIT_JAZZY_THREE
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
@JAZZY 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
@JAZZY is kiss_blow_happy_atcamera
} “No, let me try the others” {
&JAZZY 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 (CHARACTER =1) {
goto tap_outfit_1
} elif (CHARACTER =2) {
goto tap_outfit_2
} else {
goto tap_outfit_3
}
}
