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

Is it possible to follow a character to a spot in another zone?

Yes!

Example:

@CHAR stands screen center in zone 1

@follow CHAR to screen center in zone 2

@Berit,

If they are moving from a spot to another spot, you can not use the follow command. You can however pan at a similar rate to the character’s walk.

Example:
&CHARACTER walks to spot 1.280 100 100 in zone 3 in 5
@pan to zone 3 in 4
#You have to play with the times a little bit.

1 Like

Thanks! That was what I ment :slight_smile:

I now used:
@MAIN walks to spot 0.317 290 374 in zone 3 in 5 AND pan to zone 3 in 5

That seems to work :smile:

Can someone help me, I’m trying to make my character walk through a door but idk the coding

It depends on your background.
If you have problems with spot directing have a look here

You need to place your character offscreen then near the door and use a command:
@CHARACTER walks to spot % x y in S AND CHARACTER does it while animation

Hope this helps x

Thank you I’m going to try it

You know when you’re watching the news and it cuts off. Is there like a sound for that?

static ?

1 Like

Omg tysm :grinning: I’m such a noob

image

When I try and get 2 characters to hug it always plays up. I have @MADDI at screen right facing left and I want her brother @LUCAS who is at screen left facing right to hug her. Any ideas ? :slight_smile:

You may have to use spot directing to get the placement right, so you could try:

@MADDI spot % x y AND LUCAS spot % x y AND MADDI is hug AND LUCAS is hug_rear

Layers might also be a problem:

@MADDI moves to layer 0 AND LUCAS moves to layer 1

Hopefully that helped :sweat_smile:

Yes it did thank you :slight_smile:

1 Like

I can’t find the sound for rain, anyone know it? :sweat_smile:

I know there is thunderclap and thunderclap2 if that helps? :grimacing:

1 Like

ambient_thunderstorm_lp

1 Like

@episodeofnika @Dara.Amarie
Thanks, this helped :relaxed:

Another question here - How do you use the text effects as I tried it and only wanted it for one word but it changed the whole sentence.
Any help / examples?

I made a post about this not too long ago.