Search found 12 matches
- Mon Sep 23, 2013 3:05 pm
- Forum: Old Threads (– September 2014)
- Topic: CLOSED
- Replies: 21
- Views: 2776
Re: I wanna be in a project
Oh, so I guess you aren't available for major work anymore?
- Sat Sep 21, 2013 10:51 pm
- Forum: Old Threads (– September 2014)
- Topic: CLOSED
- Replies: 21
- Views: 2776
Re: I wanna be in a project
How are you with backgrounds/landscapes? Do you have any examples?
- Sat Sep 21, 2013 12:02 pm
- Forum: Old Threads (– September 2014)
- Topic: Newbie Musician makes songs to improve
- Replies: 33
- Views: 3520
Re: New Requests
How would you feel about working with an existing melody to make a variant? I'm looking to make a fangame of an existing franchise, and it's important that the opening notes of the franchise's theme be recognizable. Really depends on what you are asking for. I would like to hear the melody first an...
- Fri Sep 20, 2013 7:40 pm
- Forum: Old Threads (– September 2014)
- Topic: Newbie Musician makes songs to improve
- Replies: 33
- Views: 3520
Re: New Requests
I'm happy to say that I'm able to take requests again for the next two months. This time each song I make will also be available for other people to download on my soundcloud account. Requesting songs is free, you can credit me in your game if you want to, but you don't have to. Link to Soundcloud ...
- Thu Sep 19, 2013 5:41 pm
- Forum: Old Threads (– September 2014)
- Topic: Composer for hire!
- Replies: 22
- Views: 3961
Re: Composer for hire!
Hello, I'm in charge of a small team that's working on a game based off the TV show My Little Pony: Friendship is Magic. We've only started recently, so I'm afraid there's not a lot I can show you to prove that we will actually make it to completion. I can only say that I fully intend to ram this pr...
- Wed Sep 18, 2013 11:57 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Combining Show and Dissolve statements
- Replies: 6
- Views: 1117
Re: Combining Show and Dissolve statements
This is why you should not have used user-defined statement that closely mimic an existing statement. Just a lot more haphazard work for so little gain, and no guaranteed that it will continue to work after you update Ren'Py. Especially since you can already set a default transition if you want to ...
- Wed Sep 18, 2013 10:52 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Combining Show and Dissolve statements
- Replies: 6
- Views: 1117
Re: Combining Show and Dissolve statements
Note that Donmai is talking about a transform that alter the alpha channel, which is not quite the same as a transition. As far as I know, a transition always affect the whole screen, and it's just that for the case of dissolve when it's hard to tell that it affect the whole screen, and it looks li...
- Wed Sep 18, 2013 5:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Combining Show and Dissolve statements
- Replies: 6
- Views: 1117
Re: Combining Show and Dissolve statements
The problem with that method is that I would have to define some 200-ish images that way, so as a labor-saving technique it is not very effective.
- Tue Sep 17, 2013 9:39 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Combining Show and Dissolve statements
- Replies: 6
- Views: 1117
Combining Show and Dissolve statements
I'm trying to create a user-defined statement that performs "show X with dissolve", with X being a multi-word image name like "eileen happy". Ideally "showd eileen happy" would be identical to "show eilieen happy with dissolve", and be able to take positions with the at statement. However, I am a py...
- Sun Sep 15, 2013 10:43 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Transformations in Main Menu?
- Replies: 7
- Views: 781
Re: Transformations in Main Menu?
Thank you very much and sorry for the stupid question.
- Sun Sep 15, 2013 3:31 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Transformations in Main Menu?
- Replies: 7
- Views: 781
Re: Transformations in Main Menu?
How would one go about doing this, because I haven't been able to figure it out. A code example would be nice, if possible.Elmiwisa wrote:Yes. One way is to modify main_menu screen.
- Sat Sep 14, 2013 10:56 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Transformations in Main Menu?
- Replies: 7
- Views: 781
Transformations in Main Menu?
Is it possible to have transformations on the main menu screen? Specifically, I would like for one image to rotate continuously, while another images scrolls across the background. From what I can tell, it's possible to have a slideshow-style animation on the main menu, but the number of "slides" I ...