Search found 6 matches

by InsanePenguin
Mon Jul 16, 2018 10:21 am
Forum: Ren'Py Questions and Announcements
Topic: Image zoom
Replies: 3
Views: 673

Re: Image zoom

Remix wrote: Mon Jul 16, 2018 5:49 am

Code: Select all

image panshow = "images/bgs/bg_4.png"

transform panup:
    zoom 1.0
    ypan 100
    linear 2.0 zoom 3.0
    linear 2.0 ypan 0

label start:

    show panshow at panup

    "..."
Hopefully get you heading toward something that works
Thanks - its starting to work
by InsanePenguin
Mon Jul 16, 2018 2:27 am
Forum: Ren'Py Questions and Announcements
Topic: Image zoom
Replies: 3
Views: 673

Image zoom

Hello Guys, Ive been searching and looking at tutorials for the answer and I can't seem to come up with anything. Im trying to make the game zoom in on an image, have the player get a view of the full image as if a camera is moving up ( or scanning ) on the image and then stop at the top. Please adv...
by InsanePenguin
Fri Jul 13, 2018 12:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Animate Images
Replies: 3
Views: 448

Re: Animate Images

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) &...
by InsanePenguin
Fri Jul 13, 2018 1:35 am
Forum: Ren'Py Questions and Announcements
Topic: Animate Images
Replies: 3
Views: 448

Animate Images

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) &q...
by InsanePenguin
Tue Apr 24, 2018 3:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom Name error
Replies: 2
Views: 460

Re: Custom Name error

It worked!! thank you so much
by InsanePenguin
Tue Apr 24, 2018 2:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom Name error
Replies: 2
Views: 460

Custom Name error

Hello, im trying to have the players in my game have the option to name their character unless they want to. please advise on the following code # People define m = Character("Mia") define a = Character("Allison") define k = Character("Kira") define v = Character("...