I haven’t read those stories so not that sure sorry but maybe this thread can help you: https://episodesupport.zendesk.com/hc/en-us/articles/115004232614-Advanced-Directing-Using-Filters
would you be able to explain how to do the name cc for a story please?
All you need to write is this:
NARR
What’s your name?
input What is your name? | What is your name? | Done (NAME)
NARR
Moving on…
Make sure the character’s display name is the same name you use for when u name a character by using the code
Thank you so much!
do you happen to have a full ink customisation template at all?
So I want to have a car drive into a scene and have the window sorta roll down like seen in the story Framed. Can anyone please help me with this??? I have no clue how to do this. And if you can do it I’ll message you what I want the scene to look like.
Thank you!
You can use a car and window overlay for this
Here’s a guide on overlays: A Guide to Using & Animating OVERLAYS
And layers: HOW TO: Move Characters / Overlays to the Layers
Check out this:
They provide you with writing prompts and according to their bio “A page dedicated to prompts to inspire you. Feel free to share a story, poem, witty remark or prompt in the comments”
So hopefully you’ll feel inspired to write after checking some of these out (plus the epic comments lol) YOU can do it OK XOXO
Bump
bump
Is it possible to put a choice within a choice?
Yes
Example:
Thank you!
hi. im trying to do a loading thing where it rotates and has its opacity on 1 and 0 but i get an error
&overlay LOADING rotates 360 anchor point 0.5 0.5 in 1.5 and overlay LOADING opacity 0 in 1 THEN overlay LOADING rotates 0 anchor point 0.5 0.5 and overlay LOADING opacity 1 in 1 loop INFINITE times
&overlay LOADING rotates 360 anchor point 0.5 0.5 in 1.5 and overlay LOADING opacity 0 in 1 THEN overlay LOADING rotates 0 anchor point 0.5 0.5
&overlay LOADING opacity 1 in 1 loop INFINITE times
it rotated and disappeared in opacity but didnt come back and stopped rotating after some seconds,
i also tried using the same (old) code for something else, but the overlay seems to disappear somewhere else
&overlay LOADING shifts to 162 435
@overlay LOADING opacity 1 in .3
&overlay LOADING shifts to 162 435 in zone 2
&overlay LOADING rotates 360 anchor point 0.5 0.5 in 1.5 THEN overlay LOADING rotates 0 anchor point 0.5 0.5 loop INFINITE times
OK so if u want it to rotate and have the opacity change as well, code is:
&overlay LOADING rotates 360 anchor point 0.5 0.5 in 1.5 THEN overlay LOADING rotates 0 anchor point 0.5 0.5 loop INFINITE times
&overlay LOADING opacity 0 in 1.5 THEN overlay LOADING opacity 1 in 1.5 loop INFINITE times