Need help in simple arrows dressing game

I was using Dara Amarie’s simpe arrow dressing game and after doing all the changes etc… the whole thing is not appearing, I don’t know what went wrong, please check once and help me!

code:

ARROWS DRESSING GAME - 3 OUTFITS {

&ui BLACK_ARROW create and ui BLACK_ARROW scales to 0.8 0.8 in 0 and ui BLACK_ARROW shifts to 7 187 in 0 and ui BLACK_ARROW opacity 1 in 0
&ui BLACK_RIGHT create and ui BLACK_RIGHT scales to 0.8 0.8 in 0 and ui BLACK_RIGHT shifts to 250 187 in 0 and ui BLACK_RIGHT 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
“BLACK_ARROW” {
&ui CHOOSE opacity 0.8 in 0.1
goto tap_outfit_3
} “BLACK_RIGHT” {
&ui CHOOSE opacity 0.8 in 0.1
goto tap_outfit_1
}

label tap_outfit_1
@KANIKA =1
################## kanika_blue ###############
@KANIKA changes into kanika_blue

tappable
“BLACK_ARROW” {
goto tap_outfit_3
} “BLACK_RIGHT” {
goto tap_outfit_2
} “CHOOSE” {
goto tap_outfit_choose
}

label tap_outfit_2
@KANIKA =2
################## kanika_beige ###############
@KANIKA changes into kanika_beige

tappable
“BLACK_ARROW” {
goto tap_outfit_1
} “BLACK_RIGHT” {
goto tap_outfit_3
} “CHOOSE” {
goto tap_outfit_choose
}

label tap_outfit_3
@KANIKA =3
################## kanika_shirt ###############
@KANIKA changes into kanika_shirt

tappable
“BLACK_ARROW” {
goto tap_outfit_2
} “BLACK-RIGHT” {
goto tap_outfit_1
} “CHOOSE” {
goto tap_outfit_choose
}

label tap_outfit_choose
&ui BLACK_ARROW opacity 0 in 0.1 and ui BLACK_RIGHT opacity 0 in 0.1 and ui CHOOSE opacity 0 in 0.1
@KANIKA is primp_neutral
NARRATOR
Slaying enough?
choice
“TOTALLY!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Arrows Dressing Game Template Credit
@KANIKA is kiss_blow_happy_atcamera
} “NO!!” {
&KANIKA starts idle
&ui BLACK_ARROW opacity 1 in 0.1 and ui BLACK_RIGHT opacity 1 in 0.1 and ui CHOOSE opacity 0.8 in 0.1
if (KANIKA =1) {
goto tap_outfit_1
} elif (KANIKA =2) {
goto tap_outfit_2
} else {
goto tap_outfit_3
}
}

ARROWS DRESSING GAME - 3 OUTFITS }

1 Like

Did you download the overlays
(Arrows and the choose this overlay)
I just got using this and didn’t have a problem

yeah ofc i did! idk, i also tried on the app but nope its not showing

1 Like

how many outfits did you do 3,5,10? I could give you the copy and paste my code but i did 5 and i dont wanna mess you up

Ohh… mine is 3

what BG do you use and in which zone you are?

your overlays are in zone 1 so if you are elswhere you cant see them.

also there are backgrounds form episode on which overlays do not work (thats why I ask about the BG)

1 Like

Ohh… I am using background (INT. RESIDENT BATHROOM) in zone 2
But I also tried dragging the overlays if it’s in zone 1 but no nothing

when you are in preview and try to drag them - does it mean you see then names of the overlays under the preview window?

If so they are there …I see you have already spotted them so you must have seen them in some moment–

try to set them for zone 2

&ui BLACK_ARROW create
&ui BLACK_ARROW scales to 0.8 0.8
&ui BLACK_ARROW shifts to 7 187 in zone 2
&ui BLACK_ARROW opacity 1
&ui BLACK_RIGHT create
&ui BLACK_RIGHT scales to 0.8 0.8
&ui BLACK_RIGHT shifts to 250 187 in zone 2
&ui BLACK_RIGHT opacity 1
&ui CHOOSE create
&ui CHOOSE scales to 0.4 0.4
&ui CHOOSE shifts to 75 110 in zone 2
&ui CHOOSE opacity 0

1 Like

Ok let me try this code

neh, still it isn’t working

refres the page

did :sob:

  1. do you have any error messages?
  2. do you see the name of the overlays under the preview window when you tapp “change overlay”?

no error msges and noo overlay names :sob:

OK I experienced several times weird glitch with ui therefore I do not use it I use only overlay command…its a blind shot but test it

replace the word ui with overlay and set all the overlays on high layer to be sure they will be on top

&overlay BLACK_ARROW create
&overlay BLACK_ARROW scales to 0.8 0.8
&overlay BLACK_ARROW shifts to 7 187 in zone 2
&overlay BLACK_ARROW moves to layer 50
&overlay BLACK_ARROW opacity 1
&overlay BLACK_RIGHT create
&overlay BLACK_RIGHT scales to 0.8 0.8
&overlay BLACK_RIGHT shifts to 250 187 in zone 2
&overlay BLACK_RIGHT moves to layer 50
&overlay BLACK_RIGHT opacity 1
&overlay CHOOSE create
&overlay CHOOSE scales to 0.4 0.4
&overlay CHOOSE shifts to 75 110 in zone 2
&overlay CHOOSE moves to layer 50
&overlay CHOOSE opacity 0

should i try new overlays for it?

okayy gonna try now

and dont forget to ferresh the page since lately the portal doesnt show newly added overlays unsled its “refreshed” even if the code is right.

1 Like

Ok, so the overlay choose is appearing now, but it’s not visible and when I click on change overlay no other overlay is visible

Yeah I know, I tried it all gurl but idk what is the problem?!