Search found 4 matches

by yumepeh
Wed May 27, 2020 1:32 am
Forum: Ren'Py Questions and Announcements
Topic: Sprite movement (edge-lock side scrolling) problem
Replies: 0
Views: 324

Sprite movement (edge-lock side scrolling) problem

Hi everyone, I'm making a side-scroller with spritemanager. This sprite can move from the edge to mid-edge of the screen, then will travel at 0 speed (the background scrolls instead) from mid-end until the other mid-end side. Overall, it's working well but problems arise when the player presses left...
by yumepeh
Sun Jan 07, 2018 5:20 am
Forum: Ren'Py Questions and Announcements
Topic: How to init phyton?
Replies: 2
Views: 510

How to init phyton?

Hello everyone, I'm really new to renpy and all of its programming languages, so I believe this is the stupidest question around the forum but I really need help. so from every tutorial and program scripts that I've seen, to start a phyton code you normally start with init phyton: . but when i do so...
by yumepeh
Sun Jan 07, 2018 5:12 am
Forum: Ren'Py Questions and Announcements
Topic: Hover animation problems [SOLVED]
Replies: 4
Views: 1288

Re: Hover animation problems

by Empish » Wed Jan 03, 2018 1:23 am Looks like you followed my hovering tutorial. I tested it out with slidedown for an individual component and you're right, it does the transition on the whole screen. I tried it with a transform and that got it to slide down once, but not again after that. I'll ...
by yumepeh
Tue Jan 02, 2018 12:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Hover animation problems [SOLVED]
Replies: 4
Views: 1288

Hover animation problems [SOLVED]

Hello there, I'm trying to make a visual novel using Ren'py and I've been stuck for hours, trying to figure out house to make a header to show up when hovered. After some time, this is what I got, and kinda worked: image header one: "header.png" size(1270, 169) image header two: "head...