Is it possible to follow a character to a spot in another zone?
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.
Thanks! That was what I ment
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
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 ?
Omg tysm I’m such a noob
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 ?
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
Yes it did thank you
I can’t find the sound for rain, anyone know it?
I know there is thunderclap and thunderclap2 if that helps?
ambient_thunderstorm_lp
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.