Search found 21 matches

by Tesspolar
Fri Mar 27, 2020 10:40 am
Forum: Ren'Py Questions and Announcements
Topic: Always displaying a side image?
Replies: 26
Views: 4001

Re: Always displaying a side image?

Tried that too. It just won't show up I know I am missing something but don't know what.

So with image location

Code: Select all

 
image side Kira = "images/kiraside.png"
define k = Character("Kira", image="kiraside")


Images needed to be specific sizes?
by Tesspolar
Fri Mar 27, 2020 10:30 am
Forum: Ren'Py Questions and Announcements
Topic: Always displaying a side image?
Replies: 26
Views: 4001

Re: Always displaying a side image?

Hi, sorry to hijacking your post but I didn't want to create new topic on similar issue. I am trying to add side images but it just doesn't show up. So I have these but side image just won't show up image side Kira = "kiraside.png") define k = Character("Kira", image="kirasi...
by Tesspolar
Tue Mar 24, 2020 9:10 am
Forum: Ren'Py Questions and Announcements
Topic: Screen question from a total newbie
Replies: 8
Views: 803

Re: Screen question from a total newbie

error msg says line 26 end of line expected
by Tesspolar
Tue Mar 24, 2020 2:54 am
Forum: Ren'Py Questions and Announcements
Topic: Screen question from a total newbie
Replies: 8
Views: 803

Re: Screen question from a total newbie

What is wrong with this line?

imagebutton idle "home/icons/gameroom.png" xpos 1030 ypos 55 action Jump("gameroom")

Keep getting error when i run the project.
by Tesspolar
Mon Mar 23, 2020 10:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Screen question from a total newbie
Replies: 8
Views: 803

Re: Screen question from a total newbie

Awesome Thank you so much. once i figure it out i will post the results
by Tesspolar
Mon Mar 23, 2020 8:12 am
Forum: Ren'Py Questions and Announcements
Topic: Screen question from a total newbie
Replies: 8
Views: 803

Screen question from a total newbie

Hello All, I am totally new for programming and trying to learn as i go. So i am trying to create a main screen like the picture i have attached. Would you give a me guide to create screen like that? Game only flows in the gameflow area and all other sections will be permanent through the game. than...