I was looking for a template for a dress up overlay game and I found one that worked pretty well. Until it didn’t. The checkmark doesn’t work! And I’m pretty sure that the back arrow doesn’t work either.
Here is the template I used…
And here’s what I typed…
(I should change into something more comfortable. I don’t need to be in my uniform right now.)
@overlay BARBIEDONE clear
@overlay BARBIEHAIR clear
@overlay BARBIEEYE clear
@overlay BARBIELIPS clear
@overlay BARBIEBROW clear
@overlay BARBIEBODY clear
@overlay BARBIENOSE clear
@overlay BARBIEBACK clear
@overlay BARBIENEXT clear
@overlay BARBIETICK clear
@overlay COLORWHEEL clear
@pause for 3
@MCF walks to spot 1.100 152 105
@overlay BARBIENEXT create AND overlay BARBIENEXT opacity 1 in 3
&overlay BARBIEBACK create AND overlay BARBIEBACK opacity 1 in 3
&overlay BARBIETICK create AND overlay BARBIETICK opacity 1 in 3
@overlay 5165749943074816_BARBIETICK shifts to 115 78 in zone 1
@overlay 5165749943074816_BARBIETICK scales to 0.334 0.334
@overlay 5165749943074816_BARBIETICK moves to layer 4
@overlay 5165749943074816_BARBIENEXT shifts to 185 202 in zone 1
@overlay 5165749943074816_BARBIENEXT scales to 0.496 0.496
@overlay 5165749943074816_BARBIENEXT moves to layer 2
@overlay 5165749943074816_BARBIEBACK shifts to 0 220 in zone 1
@overlay 5165749943074816_BARBIEBACK scales to 2.026 2.026
@overlay 5165749943074816_BARBIEBACK moves to layer 3
label dress
tappable “BARBIEBACK”{
@MCF changes into MCF_ocean
goto tap
}“BARBIENEXT”{
@MCF changes into MCF_sunflower
goto tap
}“BARBIETICK”{
MCF (talk_neutral)
This should be it.
goto dress_end
}
label tap
tappable “BARBIEBACK”{
@MCF changes into MCF_herring
goto tap1
}“BARBIENEXT”{
@MCF changes into MCF_herring
goto tap1
}“BARBIETICK”{
MCF (talk_neutral)
This should be it.
goto dress_end
}
label tap1
tappable “BARBIEBACK”{
@MCF changes into MCF_sunflower
goto dress
}“BARBIENEXT”{
@MCF changes into MCF_ocean
goto dress
}“BARBIETICK”{
MCF (talk_neutral)
This should be it.
goto dress_end
}
label dress_end
if (DRESS =0){
NARR
You need to choose an outfit first.
goto dress
}
@MCF exits left
Can someone tell me what is wrong? How do I fix this?