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

I’m sorry you’re having a hard time… hopefully you work it out.

thanks u gotta make mistakes to learn right lol. now I just got to get all the code words down pat but thank u

image

I hope it’s not too late but I’m really stuck on my directing and won’t be able to sleep otherwise.

I want to have an overlay hit a character in the face the format of my script is;

@overlay OVERLAY shifts to x y in zone x in S AND CHARACTER is slap_face_receive THEN remove overlay OVERLAY THEN CHARACTER is run_fall

I didn’t want to bore anyone with my real script so x y , character and overlay are all replaced with actual valid commands.

The problem is that with this format is that the overlay lingers even after the character has been hit.
I wanted it to hit him and then have him react and the overlay removed by then. However the slap_face_receive takes too long so I have to have the overlay shift and the slap_face_receive at the same time.
@_overlay OVERLAY shifts to x y in zone x in S AND CHARACTER is slap_face_receive THEN remove overlay OVERLAY THEN CHARACTER is run_fall

(**So I used the AND function to have it happen at the same time.) **

The problem with that is that I need to have the slap_face_receive and the remove overlay happen at the same time. But when I use the AND for all three of these commands;

@overlay OVERLAY shifts to x y in zone x in S AND CHARACTER is slap_face_receive AND remove overlay OVERLAY AND CHARACTER is run_fall

the overlay disappears.

I’d appreciate some help :blush:
Hope that wasn’t hard to understand :sweat_smile:

Try:
@overlay shifts to X Y in zone #
&CHAR is slap_recive
@remove overlay
I have something similar in my story and it works for me but it depends what are you trying to do :thinking:

Let me know x

When I do this it just lingers over the character’s face for too long instead of deleting straight away

How do I change the scale and place of a overlay BEFORE the fade in? With my script you will first see everything and then the fade in and the stuff in the right places.

INT. BLACK - NIGHT with COVERSMALLFINALSMALL_NOFIGURE to .012 100 100 with MAKANIAGIRLDRESSINTRO to .012 100 100 with AUTHORNAMESBERITROSANNE to .012 100 100 with TITLEMAKANIATEXT to .012 100 100 with MAKANIA_FIGURE_WINGS_2 to .012 100 100
@overlay 5909757684350976_COVERSMALLFINALSMALL_NOFIGURE shifts to -68 -5
@overlay 5909757684350976_COVERSMALLFINALSMALL_NOFIGURE scales to 0.012 0.012
@overlay 5909757684350976_MAKANIAGIRLDRESSINTRO shifts to 130 -17
@overlay 5909757684350976_MAKANIAGIRLDRESSINTRO scales to 0.009 0.009
@overlay 5909757684350976_AUTHORNAMESBERITROSANNE shifts to 82 148
@overlay 5909757684350976_AUTHORNAMESBERITROSANNE scales to 0.009 0.009
@overlay 5909757684350976_TITLEMAKANIATEXT shifts to 28 301
@overlay 5909757684350976_TITLEMAKANIATEXT scales to 0.009 0.009
@overlay 5909757684350976_MAKANIA_FIGURE_WINGS_2 shifts to 334 -65
@overlay 5909757684350976_MAKANIA_FIGURE_WINGS_2 scales to 0.009 0.009
@overlay COVERSMALLFINALSMALL_NOFIGURE to layer 1
@overlay MAKANIA_FIGURE_WINGS_2 to layer 2
@overlay MAKANIAGIRLDRESSINTRO to layer 2
@overlay AUTHORNAMESBERITROSANNE to layer 3
@overlay TITLEMAKANIATEXT to layer 3
@transition fade in black

INT. BLACK - NIGHT with COVERSMALLFINALSMALL_NOFIGURE to .012 100 100 with MAKANIAGIRLDRESSINTRO to .012 100 100 with AUTHORNAMESBERITROSANNE to .012 100 100 with TITLEMAKANIATEXT to .012 100 100 with MAKANIA_FIGURE_WINGS_2 to .012 100 100
@overlay 5909757684350976_COVERSMALLFINALSMALL_NOFIGURE shifts to -68 -5 in 0
@overlay 5909757684350976_COVERSMALLFINALSMALL_NOFIGURE scales to 0.012 0.012 in 0
@overlay 5909757684350976_MAKANIAGIRLDRESSINTRO shifts to 130 -17 in 0
@overlay 5909757684350976_MAKANIAGIRLDRESSINTRO scales to 0.009 0.009 in 0
@overlay 5909757684350976_AUTHORNAMESBERITROSANNE shifts to 82 148 in 0
@overlay 5909757684350976_AUTHORNAMESBERITROSANNE scales to 0.009 0.009 in 0
@overlay 5909757684350976_TITLEMAKANIATEXT shifts to 28 301 in 0
@overlay 5909757684350976_TITLEMAKANIATEXT scales to 0.009 0.009 in 0
@overlay 5909757684350976_MAKANIA_FIGURE_WINGS_2 shifts to 334 -65 in 0
@overlay 5909757684350976_MAKANIA_FIGURE_WINGS_2 scales to 0.009 0.009 in 0
@overlay COVERSMALLFINALSMALL_NOFIGURE to layer 1 in 0
@overlay MAKANIA_FIGURE_WINGS_2 to layer 2 in 0
@overlay MAKANIAGIRLDRESSINTRO to layer 2 in 0
@overlay AUTHORNAMESBERITROSANNE to layer 3 in 0
@overlay TITLEMAKANIATEXT to layer 3 in 0
@transition fade in black

1 Like

Can someone tell me how to do flashes?

And make letter shaking ?

Hey I’m having the same problem I want to take a screenshot of one of my characters but because its on computer and it only shows the preview on the side i cant take a screenshot of just the character. Help. Also do you know how to change my username? :roll_eyes: :blush:

Flashes are made using transitions. Here’s an example I made not too long ago:


To animate text you use the text effect: animation: shuffle-sideways:

| animation:shuffle-sideways |Hey! This text is moving!

Preview your story on the app and you can take closer screenshots there.


You can’t change your username

Ah ok thank you :slight_smile:

image

1 Like

How do you send gifs :roll_eyes::sweat_smile:

You just save them on your device and upload them like a regular image

1 Like

Ohhhhhh, thanks :slight_smile:

Thank you!

hey , do you know what to do to get the option do add to the favorites?

@Lachowski,

One way is to just click on the story, then click the bookmark.
image

1 Like