Search found 1452 matches

by JinzouTamashii
Tue Oct 06, 2009 8:24 am
Forum: Ren'Py Questions and Announcements
Topic: Changing mouse function [Solved]
Replies: 8
Views: 816

Re: Changing mouse function [Solved]

I wonder if I could do that and call the invisible textbox code that PyTom gave me ... or another one of these ... label hideallwindows: python: ui.saybehavior(dismiss=['dismiss', 'hide_windows']) ui.interact(suppress_overlay=True, suppress_underlay=True) return label clearbox: init python: style.wi...
by JinzouTamashii
Tue Oct 06, 2009 8:18 am
Forum: Ren'Py Questions and Announcements
Topic: Why Why Why ?!!!
Replies: 56
Views: 4619

Re: Why Why Why ?!!!

I thought Novelty's GUI was very imaginative. If I hadn't already used Ren'Py for a year, I would use it. It's very intuitive looking. By the way, what is the textbox problem?
by JinzouTamashii
Tue Oct 06, 2009 8:15 am
Forum: Completed Games
Topic: 仮名空ノ下デ
Replies: 10
Views: 3438

Re: 仮名空ノ下デ

ありがとう!どのようなプログラムは、それを作るために使用ですか? 私はこのプログラムを試みます。

Thanks! I will try it out, and let you know how it is. By the way, what did you use to make kanazora with?
by JinzouTamashii
Mon Oct 05, 2009 9:28 pm
Forum: Skill Development
Topic: Allusions - An illustrated story of a loli and a vampire
Replies: 8
Views: 2104

Re: Allusions - An illustrated story of a loli and a vampire

Are you going to make a game out of this? It is very cute.
by JinzouTamashii
Mon Oct 05, 2009 9:23 pm
Forum: Creator Discussion
Topic: Names and Titles
Replies: 9
Views: 1029

Re: Names and Titles

Strange. I have no problems coming up with names. But since what I do is enter names all day into a system, that makes it easier ...

I like to leave a project untitled. Eventually, I'll think of something catchy, relevant, or important in the text and use that.
by JinzouTamashii
Mon Oct 05, 2009 9:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Why Why Why ?!!!
Replies: 56
Views: 4619

Re: Why Why Why ?!!!

I'm sorry to keep on doing this, but what's Novelty?

I haven't lurked recently ...
by JinzouTamashii
Mon Oct 05, 2009 9:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Questions about rollbacks and forwards
Replies: 11
Views: 1554

Re: Questions about rollbacks and forwards

I'd really like to see a follow-up on the scroll wheel = move one line of dialogue forward kind of thought ... or maybe 2 scrolls to go forward the dialogue, just so they don't overshoot too far. It would be like a user-controllable skip speed, changeable immediately.
by JinzouTamashii
Mon Oct 05, 2009 9:12 pm
Forum: Ren'Py Questions and Announcements
Topic: A question about imagemaps [Solved]
Replies: 14
Views: 1091

Re: A question about imagemaps [Solved]

Nevermind, I found it. Window and then Info Panel in Photoshop.
by JinzouTamashii
Mon Oct 05, 2009 3:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Why Why Why ?!!!
Replies: 56
Views: 4619

Re: Why Why Why ?!!!

Oh ... I was hoping it stood for Visual Book, an alternate coding system to make visual novels in. (*≧▽≦)

English acronyms are hard if you have to guess from context ...
by JinzouTamashii
Mon Oct 05, 2009 3:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Random noise generator
Replies: 6
Views: 707

Re: Random noise generator

Why does it need to by synched? Static is random white noise. As an animator, I can't understand what you want to sync it to ... by its very definition, visual and audio static are random. Even radio static, the leftovers of background radiation from the beginning of the universe, is random when per...
by JinzouTamashii
Mon Oct 05, 2009 3:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Reverse read feature? [Solved]
Replies: 11
Views: 927

Re: Reverse read feature? [Solved]

Phoenix Wright has rollback?

I don't remember that.

Was it in the first and second one?
by JinzouTamashii
Mon Oct 05, 2009 1:33 pm
Forum: Ren'Py Questions and Announcements
Topic: A way to skip whole blocks of text like Tsukihime?
Replies: 9
Views: 3943

Re: A way to skip whole blocks of text like Tsukihime?

Something to look out for when doing it this way, though: If the script block begins or ends in the middle of a scene, you have to re-establish the backgrounds, sprites, music, etc., at the beginning of the new block. Otherwise, someone choosing to skip will still see whatever was left on screen du...