Description
Writers want the ability for characters to "fly in" or "fly out" from an arbitrary position (from the left, from the bottom, etc). I think this can be genericized into the ability to displace/move a character.
Acceptance Criteria
This story will be finished when you can use a Narrative Script command to move a character. There will probably need to be two variants (or a parameter on one command)
- Move a character instantly
- Move a character over a duration
This way we can for example:
- Spawn Arin
- Put Arin off screen instantly (so you don't see him yet)
- Slide Arin in
Implementation thoughts (not prescriptive):
I think the "default" position should be 0,0. And any offset should be some number of "units" away from the center. That way you'll be able to easily tell if an actor is in the "right" position by moving it to the origin.
Description
Writers want the ability for characters to "fly in" or "fly out" from an arbitrary position (from the left, from the bottom, etc). I think this can be genericized into the ability to displace/move a character.
Acceptance Criteria
This story will be finished when you can use a Narrative Script command to move a character. There will probably need to be two variants (or a parameter on one command)
This way we can for example:
Implementation thoughts (not prescriptive):
I think the "default" position should be
0,0. And any offset should be some number of "units" away from the center. That way you'll be able to easily tell if an actor is in the "right" position by moving it to the origin.