Search found 2 matches

by Dragon524
Fri Oct 06, 2023 12:13 am
Forum: Ren'Py Questions and Announcements
Topic: Question about creating images in a while loop
Replies: 2
Views: 338

Re: Question about creating images in a while loop

Awesome, Thanks! Now to simply replace the roughly 400 lines of code and hope it still works hahaha
by Dragon524
Sun Oct 01, 2023 5:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Question about creating images in a while loop
Replies: 2
Views: 338

Question about creating images in a while loop

I found examples of people doing similar things, but they were using multiple image files and modifying the string that points to the file. I would like to use a single image and modify it to create several images that I can show/hide later on. Here's an example of how I'm brute forcing the problem ...