Search found 48 matches

by Mimiruns
Sat Sep 10, 2016 4:26 pm
Forum: Ren'Py Questions and Announcements
Topic: transforming the text?
Replies: 1
Views: 392

transforming the text?

I have this transition that I want the text box to slide in, but so far only the image itself will slide in. How do I make it so the text slides in with the word box?
by Mimiruns
Sat Sep 10, 2016 4:09 pm
Forum: Ren'Py Cookbook
Topic: Mobile phone text-message system
Replies: 37
Views: 54335

Re: Mobile phone text-message system

This is a really nifty effect and exactly something I was looking for! thank you for making it!! I only have one question. I would like to use this effect for the text boxes. Is there any way to lower the incoming message transformation so it happens on the bottom of the stage? Whenever I try the co...
by Mimiruns
Fri Sep 09, 2016 3:18 pm
Forum: Ren'Py Questions and Announcements
Topic: sliding text boxes
Replies: 9
Views: 1278

Re: sliding text boxes

Okay so I put this code under the point in options where it says ######################################### ## More customizations can go here. transform incoming_message2: yoffset 0 alpha 0 parallel: easein 0.1 alpha 1 parallel: easein 0.2 yoffset 0 And I changed this as well ## Used when the window...
by Mimiruns
Fri Sep 09, 2016 2:09 pm
Forum: Ren'Py Questions and Announcements
Topic: sliding text boxes
Replies: 9
Views: 1278

Re: sliding text boxes

I'm sorry, I still don't understand. :(

Do I put this in Options or Script or?
by Mimiruns
Fri Sep 09, 2016 6:39 am
Forum: Ren'Py Questions and Announcements
Topic: sliding text boxes
Replies: 9
Views: 1278

Re: sliding text boxes

Dissolve is predefined, which is why it works. Make sure your animation/transform is defined outside of a label (or, if that fails for some reason, within an init block that's loaded before the config code (init -12 should do the trick)). Note, config.window_show_transition is placed with all the o...
by Mimiruns
Fri Sep 09, 2016 4:02 am
Forum: Ren'Py Questions and Announcements
Topic: sliding text boxes
Replies: 9
Views: 1278

Re: sliding text boxes

Ahh I see. I have a sliding animation all coded up. And when I try to apply the code to the options window where it shows config.window_show_transition = dissolve I get an error saying that particular code is undefined. But when I try to paste the code into options I still get the same excuse. Howev...
by Mimiruns
Fri Sep 09, 2016 12:24 am
Forum: Other Visual Novel Engines
Topic: Anyone with experience with javascript engines
Replies: 16
Views: 2692

Re: Anyone with experience with javascript engines

So I tried doing it the new way, since you were right, the old way was outdated. But now all it does is just show code. no nothing, just all the code that's in the file. I saved it as an HTML, was this wrong? If so, what file should I save it as to make it work? Sorry about all of this, I am extreme...
by Mimiruns
Thu Sep 08, 2016 6:14 pm
Forum: Other Visual Novel Engines
Topic: Anyone with experience with javascript engines
Replies: 16
Views: 2692

Re: Anyone with experience with javascript engines

However this simply replaced one error with another. Now it's saying that the doc itself is empty.[/quote] Question is why are you using Xml If you don't mind me asking.[/quote] The engine I'm using Webstory requires this. http://webstoryengine.org/docs/beginners-guide/ I copied the tutorial exactly...
by Mimiruns
Thu Sep 08, 2016 6:04 pm
Forum: Other Visual Novel Engines
Topic: Anyone with experience with javascript engines
Replies: 16
Views: 2692

Re: Anyone with experience with javascript engines

Yeah I realised that and edited the original post accordingly. You must have seen it before I edited it.

However this simply replaced one error with another. Now it's saying that the doc itself is empty.
by Mimiruns
Thu Sep 08, 2016 5:19 pm
Forum: Other Visual Novel Engines
Topic: Anyone with experience with javascript engines
Replies: 16
Views: 2692

Re: Anyone with experience with javascript engines

Alright, I think I should show the kind of error I'm getting first. This page contains the following errors: error on line 2 at column 1: Document is empty Below is a rendering of the page up to the first error. And this is the code in question <?xml version="1.0" encoding="UTF-8"...
by Mimiruns
Thu Sep 08, 2016 4:02 pm
Forum: Other Visual Novel Engines
Topic: Anyone with experience with javascript engines
Replies: 16
Views: 2692

Re: Anyone with experience with javascript engines

I'm fairly sure? I'm using Mongoose to do it with.
by Mimiruns
Thu Sep 08, 2016 2:38 pm
Forum: Other Visual Novel Engines
Topic: Anyone with experience with javascript engines
Replies: 16
Views: 2692

Re: Anyone with experience with javascript engines

Ah. So what file should i save the VNs in to get them to play?
by Mimiruns
Thu Sep 08, 2016 6:11 am
Forum: Other Visual Novel Engines
Topic: Anyone with experience with javascript engines
Replies: 16
Views: 2692

Anyone with experience with javascript engines

I am a complete beginner, and I have been trying to find a way to make my visual novels available to play in browsers for convenience. but the biggest hurdle that I can't seem to jump is how to get started. I set up a web server using a chrome add-on and it seemed to open up, but nothing will play i...
by Mimiruns
Wed Sep 07, 2016 4:52 pm
Forum: Ren'Py Questions and Announcements
Topic: sliding text boxes
Replies: 9
Views: 1278

sliding text boxes

You know how in the tutorial whenever Eileen would show code, he would make it slide up in it's own box?

Would you be able to do that for text boxes? How do you do that sliding animation? And is there a way to speed it up?
by Mimiruns
Wed Sep 07, 2016 1:52 am
Forum: Development of Ren'Py
Topic: Games are too small on phones?
Replies: 3
Views: 970

Re: Games are too small on phones?

Sorry for the double post, but I tried to download the new renpy and distribute the game, but it wouldn't open on my phone at all. :( Is there a way to simply fix it on the older version of renpy?