Page 1 of 1

Creating some animation in the nvl screen or text screen

Posted: Wed Mar 10, 2021 1:52 pm
by ryokousha
Hi guys i wanna create animation in the nlv screen like this
Image

Re: Creating some animation in the nvl screen or text screen

Posted: Wed Mar 10, 2021 2:19 pm
by _ticlock_
Hi, ryokousha,

I believe the image tag should work. For example:

Code: Select all

image img1:
    "eileen_happy.png"
    pause 1.0
    "eileen_vhappy.png"
    pause 1.0
    repeat
    
label start:
    e_nvl "Adding animation to the textbox - {image=img1}"