The Basic Method
Use the following formatting. Make sure it's centered and in ALL CAPS.
```screenplay
BLACK SCREEN
TEXT ON SCREEN:
THE YEAR IS 2342. EARTH IS NO MORE.
BLACK SCREEN
```
Explanation:
* BLACK SCREEN: This indicates a completely black screen, devoid of any visuals. It's a visual cue for the reader (and ultimately the director/editor).
* TEXT ON SCREEN: This explicitly states that text will be visible on the black screen.
* The Text Itself: The actual text is then placed below. Center it. Use ALL CAPS. Keep it concise and impactful.
* Repeating BLACK SCREEN: You repeat `BLACK SCREEN` after the text if the black screen continues *after* the text has faded or disappeared. If the scene immediately cuts to something else, you don't need to repeat it.
Example Screenplay Snippet
```screenplay
INT. SPACESHIP - DAY
A desolate view of the ravaged planet Zargoth fills the viewport.
BLACK SCREEN
TEXT ON SCREEN:
3 YEARS EARLIER.
INT. SPACESHIP - DAY
A pristine view of Earth fills the viewport.
```
Important Considerations and Best Practices
* Brevity: Keep the text on screen brief and to the point. Long paragraphs are difficult for the audience to read and process. Use the fewest words possible to convey the necessary information.
* Impact: Make the text impactful. It's often used to set a tone, reveal a crucial plot point, or create a sense of mystery or dread.
* Clarity: Ensure the text is easily readable. Avoid overly complicated fonts or visual effects that might obscure the message. Simplicity is key.
* Purpose: Use this technique sparingly and only when it serves a specific purpose. Don't use it as a crutch for lazy exposition. Consider if the information can be conveyed through visuals or dialogue instead.
* Alternatives: Think about alternative ways to convey the same information. Could a voice-over narration be more effective? Could a title card with an image work better?
* Transitions: Consider how the text will appear and disappear. Will it fade in and out? Will it scroll? You can add a brief note to describe the transition if it's important to the effect. Example: `TEXT ON SCREEN: (Fades in slowly)`
* Software: Most screenwriting software will help with the formatting, so you don't have to do all the centering manually. Use the software's features to your advantage.
Variations and Advanced Techniques
* Specific Positioning: While centering is the norm, you *can* specify a different position if necessary, but use this *very* sparingly:
```screenplay
BLACK SCREEN
TEXT ON SCREEN:
(Bottom Right)
WARNING: HIGH RADIATION
BLACK SCREEN
```
* Multiple Lines: If you have multiple lines of text, keep each line relatively short and balanced. Center each line individually:
```screenplay
BLACK SCREEN
TEXT ON SCREEN:
PROJECT CHIMERA
PHASE 3
INITIATED: 0700
```
* Combining with Voice-Over: You can combine text on a black screen with a voice-over. This can be a powerful combination:
```screenplay
BLACK SCREEN
TEXT ON SCREEN:
YEARS LATER...
NARRATOR (V.O.)
They thought they had won. They were wrong.
```
* Dynamic Text: If the text changes on the black screen, indicate this clearly:
```screenplay
BLACK SCREEN
TEXT ON SCREEN:
LOADING...
TEXT ON SCREEN:
(Changes to)
CRITICAL ERROR
BLACK SCREEN
```
* Using a Different Color: Although "Black Screen" is in the prompt, you can use different color, or image, as a backdrop. Specify in the screenplay.
```screenplay
RED SCREEN
TEXT ON SCREEN:
WARNING!
RED SCREEN
```
* Title Cards:
```screenplay
TITLE CARD
(Image of a barren landscape)
TEXT ON SCREEN:
NEW EDEN
POPULATION: 0
TITLE CARD
```
Common Mistakes to Avoid
* Overuse: Don't use text on a black screen as a substitute for showing or telling the story through action and dialogue.
* Lack of Clarity: Make sure the text is easy to read and understand.
* Poor Formatting: Follow the standard screenplay formatting guidelines. Inconsistent formatting makes your script look unprofessional.
* Ignoring the Pacing: Consider the pacing of the scene. Don't linger on the black screen for too long, or the audience will become bored.
By following these guidelines, you can effectively use text on a black screen to enhance your screenplay and create a memorable cinematic experience. Remember to always prioritize clarity, impact, and purpose.