I want to display dialogue during animation but could not succeed. This is how I did:
label start:
scene pic1 with dissolve
pause
show pic3 with dissolve
pause
scene pic4 with vpunch
play movie "anim1.webm" loop
MrX "Hello World"
MsY "Hello World"
pause
return
However, during animation it does not display any text. When I click, scene ends. How can I resolve this?
label start:
scene pic1 with dissolve
pause
show pic3 with dissolve
pause
scene pic4 with vpunch
play movie "anim1.webm" loop
MrX "Hello World"
MsY "Hello World"
pause
return
However, during animation it does not display any text. When I click, scene ends. How can I resolve this?