"Stupid" questions that never get answered? Get The Help Here!

well then, no you cant.

You have to update one of the backgrounds as an overlay and cover a whole screen then use opacity command

cant you make the characters translucent too? how do you do that?

ok thanks

with overlays

You can

ahh thank you!!

1 Like

Um, I’m having an error with unexpected garbage. Here is the script so you can look it over. It is from a few lines above the error to the end.

label choosing_outfit_2
YOU (think_rubchin)
(What should I wear???)
choice “School Day Fun” {
@YOU spot 1.280 171 83
@YOU walks to spot 1.280 171 83
@YOU changes into YOU_SCHOOL_DAY_FUN
YOU
Do I want to wear this?
choice
“YES” {
gain YOU_SCHOOL_DAY_FUN
} “NO” {
go to label choosing_outfit 2
} “School Day Sporty” {
@YOU spot 1.280 171 83
@YOU walks to spot 1.280 171 83
@YOU changes into YOU_SCHOOL_DAY_SPORTY
YOU
Do I want to wear this?
choice
“YES” {
gain YOU_SCHOOL_DAY_SPORTY
} “NO” {
go to label choosing_outfit_2
} “School Day Fancy” {
@YOU spot 1.280 171 83
@YOU walks to spot 1.280 171 83
@YOU changes into SCHOOL_DAY_FANCY
YOU
Do I want to wear this?
choice
“YES” {
gain SCHOOL_DAY_FANCY
} “NO” {
go to label choosing_outfit_2
} “Making An Entrance” {
@YOU spot 1.280 171 83
@YOU walks to spot 1.280 171 83
@YOU changes into SCHOOL_DAY_ENTRANCE
YOU
Do I want to wear this?
choice
“YES” {
gain SCHOOL_DAY_ENTRANCE
} “NO” {
go to label choosing_outfit_2
}

@pause for a beat

music alarmclock_digital
YOU (admire_happy)
(Time for school!!)
music off
@YOU is dustoff_neutral_loop
YOU (primp_neutral)
Ooh, I look good!

@YOU walks to spot 1.280 171 83 in zone 2

EXT. HIGH SCHOOL EXTERIOR - DAY
@pan to zone 3
@pan to zone 1
@transition fade out black 3
INT. BLUE SCHOOL HALLWAY - DAY
@pan to zone 2
@pan to zone 3
@pan to zone 2
@pan to zone 1
@remove Sheet Paper White from YOU
@YOU enters from left to screen left
YOU (think_rubchin)
(Now, where is room 256?)
(As a matter of fact…where is everyone?)
@ROSE enters from right to screen center and LENA enters from right to screen right and NOAH enters from right to screen right
@ROSE faces right
@ROSE is laugh_crackup and LENA is laugh_giggle and NOAH is laugh_chuckle
@ROSE walks to spot 1.280 140 3
@LENA walks to spot 1.280 214 8
@NOAH walks to spot 1.280 292 18
@NOAH faces left
@speechbubble is 206 212 to 104% with tail_top_left
ROSE (talk_greet_neutral)
You look lost! What are you doing here so early??
@add Sheet Paper White to YOU

YOU (talk_read_paper_neutral)

I’m here for school. According to my schedule it starts at 7:30?
@remove Sheet Paper White from YOU
@speechbubble is 163 162 to 104% with tail_top_right
LENA
Oh, they must have gotten the times mixed up! They meant 7:30 PM.

YOU

Huh?
@speechbubble is 194 146 to 104% with tail_top_right
NOAH
It’s a night school. They think that teens focus better at night.

YOU (talk_confused_mindblown)

A night school?!
YOU (talk_exclaim_no_worried)
This is not what I signed up for!
@YOU starts idle_awkward_uneasy_loop
ROSE (talk_agree_happy)
Oh honey, it’s okay.
I’m Rose. It’s so nice to meet you.

YOU (talk_awkward_loop)

Yeah, you too.

LENA

And I’m Lena! Ah, we haven’t had a new student in forever.
(if (gain SCHOOL_DAY_ENTRANCE {)
LENA
By the way, you look really good for your first day.
Definetly better than I looked.
Anyway, enough about me.
This is Noah.
} elif(gain YOU_SCHOOL_DAY_FUN) {
LENA
And this is Noah.
}elif (gain YOU_SCHOOL_DAY_SPORTY) {
LENA
And this is Noah.
} else (gain SCHOOL_DAY_FANCY) {
LENA
And this is Noah.
}

@ItsYaGirlNai,

For the if statement, since you are using gains you do not need to include the word gain in the parentheses.

The first line of your if statement is also messed up a little. You have the parentheses around the if and bracket, when it should just be around the (SCHOOL_DAY_ENTRANCE).

Does anyone know the spot directing for INT. BRISTOLS DORM ROOM. I want to show the character fall from the bunk bed. thank you

Hey, I so I put this: music alarm-danger . And it says error. Can someone help me?:upside_down_face:

@GG_writer Try alarm_danger

1 Like

Try to use spot directing and fall animation. Did you try that?

1 Like

It worked, thanks :heart:

1 Like

How do you make the author change the characters lip colour for one episode? Thankyou

@CHAR changes mouthColor into NameOfColor

2 Likes

Thankyou

image

4 Likes

I just typed
@ATLANTA changes mouthcolor to Bubblegum Pink
and its saying its not a valid directing command

@ATLANTA changes mouthColor into Bubblegum Pink

1 Like