I’m having a hard time coding a specific scene and I’d be grateful for your help!
There’s a girl, Vera, who’s sleeping. At a certain point, however, she’s woken up by the sensation of a book lying on her bed, specifically at her feet. She then decides to check on it.
I imagine the scene to be like:
- Vera wakes up, still lying down;
- Vera sits up on her bed;
- Vera picks up the book and read it.
My main concerns are:
- Is there a way to have a smooth transition from lying down to sitting?
- The book is an overlay at first, but it must disappear as soon as Vera “picks” it (in the form of a prop). I’d like to use an animation to make it look like she’s actually picking up the book, while sitting. I tried searching for it, but with no luck. Is there an animation I could use and I haven’t noticed?
This is my code so far:
INT. BEDROOM - NIGHT with SPELLBOOK-EPISODE-ROTATED-REMOVEBG to 0.500 27 22 in zone 1
music ext_suburbs_quiet
volume music 100 2000
&VERA spot 0.685 70 250
&VERA is idle_lay_awake_rubeyes_loop
@transition fade in 3
&speechbubble is 190 70 to 100% with tail_top_right
VERA
(What's this thing?)
&VERA spot 0.685 159 125 in zone 1
@VERA is idle_sit_anklescrossed_neutral_loop
VERA
(I might as well take a look...)
@add Spell Book Open Grey Black to VERA
&overlay SPELLBOOK-EPISODE-ROTATED-REMOVEBG clear
&VERA is read_sit_book_open_neutral_loop
Sorry if it’s confusing. I’d be grateful for your help, though!