Skip to content

Support an action to Move characters on screen #418

@notexplosive

Description

@notexplosive

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions