- Joined
- Aug 13, 2007
- Messages
- 61
- Reaction score
- 3
I'm trying to write a scene with major info dump, where I have someone go through a number of images and explain something about it while we see the image. Is there a standard how this is done?
Currently I'm going for the following.
I know there is a way to do it using INSERT. Like this:
I do this about six times in a row and I think the INSERT / BACK TO SCENE method would look more confusing in this case.
Any advice?
Currently I'm going for the following.
Code:
[FONT=Courier New][SIZE=3]
She opens the book and goes through a few images.
IMAGE #1: IMAGE TITLE -- two line description of the image
ELENA (V.O.)
explains something about the image
JAKE
asks something
ELENA
answers the question
She turns to the next image.
IMAGE #2: IMAGE TITLE -- brief description
etc.[/SIZE][/FONT]
Code:
[FONT=Courier New][SIZE=3]She opens the book and goes through a few images.
INSERT IMAGE #1: IMAGE TITLE -- brief description
ELENA
explains something about the image
BACK TO SCENE
JAKE
asks a question
ELENA
answers the question
INSERT IMAGE #2: IMAGE TITLE -- brief description
etc.[/SIZE][/FONT]
Any advice?