Search found 9 matches

by RadioactiveMoth
Thu Jun 05, 2014 6:17 pm
Forum: Ren'Py Questions and Announcements
Topic: ATL code not executing
Replies: 6
Views: 730

Re: ATL code not executing

Well, it still won't work for me.
by RadioactiveMoth
Thu Jun 05, 2014 6:02 pm
Forum: Ren'Py Questions and Announcements
Topic: ATL code not executing
Replies: 6
Views: 730

Re: ATL code not executing

I don't want it to repeat.
by RadioactiveMoth
Thu Jun 05, 2014 5:33 pm
Forum: Ren'Py Questions and Announcements
Topic: ATL code not executing
Replies: 6
Views: 730

ATL code not executing

I wanted to animate some images, but the ATL code won't start.

The code:

Code: Select all

image static animated once:
    "static1.png"
    pause .1
    "static2.png"
    pause .1
    "static3.png"
    pause .1
I have no idea what's wrong.
by RadioactiveMoth
Thu Jun 05, 2014 5:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Customizing Position of Textbox
Replies: 3
Views: 4534

Re: Customizing Position of Textbox

Thanks, I couldn't get the test box to look right, so I just got rid of it. It's readable without it.
by RadioactiveMoth
Wed Jun 04, 2014 10:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Customizing Position of Textbox
Replies: 3
Views: 4534

Customizing Position of Textbox

I want to make a text box that appears in the middle of the screen.

So instead of this:

Image

It shows this:

Image

I have the custom textbox ready for use, but I need to make it be in the center.
by RadioactiveMoth
Tue May 20, 2014 7:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating a new script backlog
Replies: 2
Views: 495

Re: Creating a new script backlog

Thank you, it works perfectly.
by RadioactiveMoth
Tue May 20, 2014 6:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating a new script backlog
Replies: 2
Views: 495

Creating a new script backlog

I want to make multiple paths in my game, but the default backlog put into the game makes a player able to redo their choices. I don't want this, so I need to disable the backlog. I, however, still want a backlog. So, my question is, how do I replace the default backlog, and replace it with one that...
by RadioactiveMoth
Wed Jan 29, 2014 6:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Unable to properly customize main menu
Replies: 2
Views: 657

Unable to properly customize main menu

Okay, I wanted to make the menu not have a help button, be in the center of the screen, and have 4 columns, with one button per column.

Here is a diagram showing what I want it to look like:
Image

Thanks to anyone who can help.