Search found 3 matches

by Clear Dream
Wed Jan 19, 2011 1:31 am
Forum: Ren'Py Questions and Announcements
Topic: Making unskippable transitions that don't pause the game
Replies: 0
Views: 346

Making unskippable transitions that don't pause the game

In my game I have a lot of transitions of small displayables (mostly dissolve if that helps), I want them to be subtle and not interrupt gameplay. How can I make it so that they don't pause the game, and don't skip when the player advances text? I tried using $ store._window_during_transitions, but ...
by Clear Dream
Mon Jan 17, 2011 3:05 am
Forum: Ren'Py Questions and Announcements
Topic: Showing the same image at multiple places at the same time
Replies: 2
Views: 516

Showing the same image at multiple places at the same time

When I use the show command for an image that's already present on the screen, it hides the old image. Is it possible to have the same image visible at 2 or more locations at the same time, without having to make separate tags for each one?