Renai Game Developer's Wishlist

A place to discuss things that aren't specific to any one creator or game.
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Message
Author
bookie
Veteran
Posts: 269
Joined: Fri Mar 25, 2005 10:17 pm
Contact:

#16 Post by bookie »

All I want for Christmas is an artist. *nod*

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

#17 Post by PyTom »

mugenjohncel wrote:Wish No.3 (For Mikey... again)
That text in O3... how did you do that?
A tutorial would be nice... please
An example of how to do this is in the new demo.
Wish No.4
A tutorial on how to prevent a user from clicking or doing anything for a specified amount of time.
Duct tape his hands to the arms of his chair, then release him when the time is up?

The way to do this nowadays is to use the "with Pause" syntax, which will abort the entire sequence if the user clicks.

Code: Select all

show image1 at Move(...)
with Pause(1.0)
show image1 at Move(...)
with Pause(2.0)

Post Reply

Who is online

Users browsing this forum: No registered users