What's wrong with this is script?

image
Can someone tell me what’s wrong with this, @Angel won’t walk :’( she just appears to be there

1 Like

To walk a character across the screen , u have to put it in code of
@CHARCTER walks to spot S X Y in zone # in t
And will have to use spot directing for it.
For how to do spot directing u can check this thread made by @/RudeInception out

Summary

Spot Walking (Walking w/Spot Direction)

So, just fr an example, can your write that part of the script real quick for me?

1 Like

Like this ?

Summary

INT.WOW
#pause for a beat
@ANGEL walks to spot S X Y in 2
@ANGEL faces left

I cant spot direct them as spot numbers depends on the background and u have to do it through your laptop

1 Like

Okay, thanks so much :slight_smile:

1 Like

No problems :rose: feel free to ask anything again

1 Like

Okay!

1 Like

If this is the first time she appears on screen you need to say this:

@ANGEL enters from left/right to screen right

Hope this helps!

1 Like

If you don’t want to use spots you can use positions, as you attempted to originally.

@CHAR enters from SIDE to POSITION
@CHAR stands POSITION
@CHAR walks to POSITION

  • SIDE = left, right
  • POSITION = screen left, screen center, screen right, upscreen left, upscreen right
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.