- May 18, 2017
- 403
- 3,446
Hello,
Im running into an issue on renpy - i want to show to images on loop but i keep getting an error in the coding or the second image is just ignored and the game show the next part. Please advise on the code below:
scene vero-a1 animated with fade:
"vero-a2" with dissolve
pause (1)
"vero-a1" with dissolve
pause (1)
repeat
i got it to work once but when i tried to recreate the code with another set of images it would not work
Im running into an issue on renpy - i want to show to images on loop but i keep getting an error in the coding or the second image is just ignored and the game show the next part. Please advise on the code below:
scene vero-a1 animated with fade:
"vero-a2" with dissolve
pause (1)
"vero-a1" with dissolve
pause (1)
repeat
i got it to work once but when i tried to recreate the code with another set of images it would not work