How to Background animation?

Discuss authoring naninovel scenario scripts.
Post Reply
DaaMonkey
Posts: 1
Joined: 20 Jun 2024 10:15

How to Background animation?

Post by DaaMonkey »

Hello, I'm trying to understand how to animate a @back. I've tried to use @animate or any other conditions. What I'm trying to do is:

  • Animate the appearance of a letter (@back ClosedLetter id:x)
  • Wait for the Player input (using @wait i)
  • Animate the appearance and posY movements of another letter (@back OpenLetter id:x)
  • Open a printer
  • Profit

Any idea?

idaot
support
Posts: 268
Joined: 01 Aug 2020 08:25

Re: How to Background animation?

Post by idaot »

I recommend reading about command parameters in the command API to get a better understanding of how each parameter can be configured for animations/transitions: https://naninovel.com/api/

Post Reply