Search found 73 matches

by inohatake14
Fri Jul 29, 2011 11:58 pm
Forum: Completed Games
Topic: Fantasia, The Realm of Thanos v 1.2 is now up!
Replies: 421
Views: 200344

Re: Fantasia, The Realm of Thanos v 1.2 is now up!

Ah! I finally got it thanks. :D
by inohatake14
Fri Jul 29, 2011 9:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating channels for musci/sound
Replies: 11
Views: 1308

Re: Creating channels for musci/sound

Darn :/ Well maybe someday huh? well can you pause something cause the word lights up? xD
by inohatake14
Fri Jul 29, 2011 8:08 pm
Forum: Ren'Py Questions and Announcements
Topic: After creating menus how do I "rejoin" the choices?
Replies: 20
Views: 3016

Re: After creating menus how do I "rejoin" the choices?

i think I have been doing that when I learned how to do menus in the first place o.o... but I still scroll everywhere- ah I'm just confusing myself! @.@ Thanks though.
by inohatake14
Fri Jul 29, 2011 8:05 pm
Forum: Ren'Py Questions and Announcements
Topic: input text color? (solved)
Replies: 7
Views: 791

Re: input text color? (solved)

Ok Great thanks! :D
by inohatake14
Fri Jul 29, 2011 8:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating channels for musci/sound
Replies: 11
Views: 1308

Re: Creating channels for musci/sound

>.< What about pausing music? I tried a couple of methods but... well here is the traceback I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 216: expected end of line. pause music "quirkyidea.mp3&qu...
by inohatake14
Fri Jul 29, 2011 7:04 pm
Forum: Ren'Py Questions and Announcements
Topic: After creating menus how do I "rejoin" the choices?
Replies: 20
Views: 3016

Re: After creating menus how do I "rejoin" the choices?

Umm... How exactly do i use a jump? I mean I know you can type in jump like you do images and stuff, but I thought that was for the program to read things smoother... Or is there a different jump I can use then, or can I actually use that somehow? I bet it is like jumping when reading a video game F...
by inohatake14
Fri Jul 29, 2011 6:58 pm
Forum: Ren'Py Questions and Announcements
Topic: input text color? (solved)
Replies: 7
Views: 791

Re: input text color? (solved)

Okay so I have been able to change the size OR color of parts of my text but when I try to do both at the same time... well for example the color changes but shows the 'size' and brackets for the size changes instead of making the text smaller. Here is the line I am trying to alter; j "That is....
by inohatake14
Fri Jul 29, 2011 3:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating channels for musci/sound
Replies: 11
Views: 1308

Re: Creating channels for musci/sound

Oh ok thanks, and sorry- I was wondering how everyone did that! xD
by inohatake14
Fri Jul 29, 2011 3:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating channels for musci/sound
Replies: 11
Views: 1308

Re: Creating channels for musci/sound

and here is the script so far; # You can place the script of your game in this file. # Declare images below this line, using the image statement. # eg. image eileen happy = "eileen_happy.png" # Declare characters used by this game. define e = Character('Eve', color="#FE2E64")# ad...
by inohatake14
Fri Jul 29, 2011 3:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating channels for musci/sound
Replies: 11
Views: 1308

Re: Creating channels for musci/sound

Right well I took out the main menu theme now so no problems there... I got the first 'music' to play but it still says everything else is undefined. here is the full traceback; I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 158, in scr...
by inohatake14
Fri Jul 29, 2011 2:38 pm
Forum: Ren'Py Questions and Announcements
Topic: After creating menus how do I "rejoin" the choices?
Replies: 20
Views: 3016

Re: After creating menus how do I "rejoin" the choices?

See i thought it was like that... but eventually if you keep adding menu inside of menu won't you run out of room? Well I guess not. xD Thanks. :D
by inohatake14
Fri Jul 29, 2011 1:47 pm
Forum: Ren'Py Questions and Announcements
Topic: After creating menus how do I "rejoin" the choices?
Replies: 20
Views: 3016

Re: After creating menus how do I "rejoin" the choices?

>.< I don't get it though all the indentation and stuff. I know how to do a menu, but putting another one inside of it.... Well I know I seem stupid to everyone here. >.<
by inohatake14
Fri Jul 29, 2011 1:44 pm
Forum: Completed Games
Topic: Fantasia, The Realm of Thanos v 1.2 is now up!
Replies: 421
Views: 200344

Re: Fantasia, The Realm of Thanos v 1.2 is now up!

Where can I download this for windows? None of the links I've tried work. :(
by inohatake14
Fri Jul 29, 2011 3:20 am
Forum: Ren'Py Questions and Announcements
Topic: After creating menus how do I "rejoin" the choices?
Replies: 20
Views: 3016

Re: After creating menus how do I "rejoin" the choices?

What if you want to put a menu in a choice, say the one you label false- but you don't want it for the other choice?
by inohatake14
Tue Jul 26, 2011 4:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating channels for musci/sound
Replies: 11
Views: 1308

Re: Creating channels for musci/sound

Actually that is exactly what I tri
ed when it said I needed a channel. :/ Does that mean my files don't exist? I mean they work and they are in my game directory... Is there somewhere else they should be? It just says I have to make a channel first....