List of events for images

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
trajano
Regular
Posts: 60
Joined: Sun Jun 16, 2019 7:59 pm
Github: trajano
Contact:

List of events for images

#1 Post by trajano »

Hi I am looking for a list of events that may be passed to image transformations.

Specifically I am looking to why my "on show" transform is not being executed on the say window

Code: Select all

transform saybox_namebox_transform(xoffset, yoffset, degs, yoffset_transform = 40, easein = 0.15):
    rotate_pad True
    xoffset pmui.scale_p(xoffset)
    on show:
        rotate 0
        yoffset pmui.scale_p(yoffset)
        easein easein rotate degs yoffset pmui.scale_p(yoffset-yoffset_transform)

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot]