Apparently, you can give a name to a position on the screen if you're going to use it often.
Could someone tell me the code for a position with the xpos 1.0, ypos .75, xanchor and yanchor 1.0?
Also, what's the code to "name" it? Say if I want to name it positionone, do I write:
Code:
positionone = xpos 1.0, ypos .75, xanchor 1.0, yanchor 1.0
?
Also, when using the transitions, for some reason, I can't seem to customize them. Like, I want to zoom in on a character by 1.4, so I wrote:
Code:
show zoe at right with dissolve
zoom 1.4
But it either says that the indentation is wrong, or it points to the 1.4 and says expected line or something. I've tried indenting it so that it's:
Code:
show zoe at right with dissolve
zoom 1.4
...But then it claims it doesn't expect a block.
Also, when dissolving, I can't seem to customize it. I put:
Code:
slowdissolve = dissolve (2.5)
...But it doesn't work when I test it out.
Please help me!