Rude’s Here to Help! Ask your questions babes 💙

@ellenab,

Add the zone to the spot.

ie:
@transition fade out black 2.0
INT. TEEN SISTER’S BEDROOM - DAY
music juvie_tenderness
@-JORDAN changes into White PJs
&JORDAN spot 0.914 -164 397 in zone 3
&JORDAN faces left
&JORDAN is idle_lay_exhausted_loop
@pan to zone 3 in 3.5

1 Like

Ohhh, I see. Thankyou so much!
As for the music not playing, do you have any idea why?

@ellenab,

I’m not sure why it isn’t working. I checked in my portal and it is working on my web previewer.

I see, thanks for the help!

Does that mean I literally change ‘goto dressup1’ to ‘goto dressup1 inside if’?
In that case, I used that but it gives me the error: “Your label may not contain a space.”

Yes, if you need a different dress up for each condition just do this:

if (dedricyes1) {
#scene
goto dressup1
} elif (dedricno1) {
#scene
goto dressup2
} else {
#scene
goto dressup3
}

Just make sure after each dress up your character go to the scene you want so you may use if/elif/else again

Okay, so it seems what you told me worked, but now I want to continue the scene. I want to go back into the if, so how do I do that without putting a label?

INT. EURO HOTEL ROOM FLIPPED - DAY

@YOU changes into towel1

@YOU changes hair into Beach Wave Hair

@YOU spot 1.112 156 110 in zone 3 AND YOU faces right AND YOU starts shiftweight

@cut to zone 3

@zoom reset

&zoom on 787 25 to 128% in 5

@transition fade in black in 3

@YOU is dustoff_loop

goto dressup1

@YOU is dustoff_loop

@YOU walks to spot 1.112 -65 69 in 3

@transition fade out black in 2

} elif (dedricno1) {

} else {

}

label dressup1
YOU (shiftweight)
(|italic|I didn’t bring any clothes with me… Let’s see what Dedric’s got.)
choice “Can’t go wrong with a fancy shirt” {

@YOU is dustoff_loop

@pause for a beat

@pause for a beat

@YOU changes into dedric1girl

@pause for a beat

goto dressup1

} “Baggy and beautiful” {

@YOU is dustoff_loop

@pause for a beat

@pause for a beat

@YOU changes into dedric2girl

@pause for a beat

goto dressup1

} “Marco polo” {

@YOU is dustoff_loop

@pause for a beat

@pause for a beat

@YOU changes into dedric3girl

@pause for a beat

goto dressup1

} “As good as it gets” {
continue
}

In each dressing game if the outfit gets approved write goto continue

Then carry on with conditions:
label continue

if (dedricyes1) {
#scene

} elif (dedricno1) {
#scene

} else {
#scene

}

So that means to stop writing out of the current if, elif, and else and start a new one using the label continue?

INT. EURO HOTEL ROOM FLIPPED - DAY

@YOU changes into towel1

@YOU changes hair into Beach Wave Hair

@YOU spot 1.112 156 110 in zone 3 AND YOU faces right AND YOU starts shiftweight

@cut to zone 3

@zoom reset

&zoom on 787 25 to 128% in 5

@transition fade in black in 3

@YOU is dustoff_loop

goto dressup1

} elif (dedricno1) {

} else {

}

label dressup1
YOU (shiftweight)
(|italic|I didn’t bring any clothes with me… Let’s see what Dedric’s got.)
choice “Can’t go wrong with a fancy shirt” {

@YOU is dustoff_loop

@pause for a beat

@pause for a beat

@YOU changes into dedric1girl

@pause for a beat

YOU (primp_condescend)
(|italic|Is this the one?)
choice “Yes” {
goto continue1
} “No” {
goto dressup1
}

} “Baggy and beautiful” {

@YOU is dustoff_loop

@pause for a beat

@pause for a beat

@YOU changes into dedric2girl

@pause for a beat

YOU (primp_condescend)
(|italic|Is this the one?)
choice “Yes” {
goto continue1
} “No” {
goto dressup1
}

} “Marco polo” {

@YOU is dustoff_loop

@pause for a beat

@pause for a beat

@YOU changes into dedric3girl

@pause for a beat

YOU (primp_condescend)
(|italic|Is this the one?)
choice “Yes” {
goto continue1
} “No” {
goto dressup1
}

}

label continue1

if (dedricyes1) {

@YOU is dustoff_loop

@YOU walks to spot 1.112 -65 69 in 3

@transition fade out black in 2
}

Yes, because you exit the condition to go to the dressing game that’s why you have to repeat if/elif/else to carry on with condition of the choices.

I figured it out, thank you!

1 Like

Γεια σας, έτσι έχω δει τους ανθρώπους στο επεισόδιο να κάνουν animated intros πώς το κάνετε αυτό νομίζω ότι είναι πολύ δροσερό.

Edit
Sorry, I’m used to writing in Greek not English. I do know English though so what I was trying to say was:
I’ve seen people in the episode doing animated intros how do you do that I think is pretty interesting

Overlays and animation.

Thanks, I know it must have seemed like a dumb question.

No questions are dumb.

Again thanks, also in your profile is that you, you’re hair looks really pretty.

Thanks

You’re welcome.

Hello. I’d like to ask how to complete an animation faster. Like if I just won’t the face at the end of shush, do I really have to pan to or zoom on somewhere else and wait the animation to finish? Can just make the move go faster so I don’t have to cut to another zone. Thanks :slight_smile:

You can create a twin of your character and make the twin to complete the action offscreen and then switch their places

1 Like