Page 3 of 3

Posted: Tue Apr 03, 2007 8:19 pm
by MoonKarla
Well here's my secodn project finished ^^ I hope you like it

http://www.yourfilehost.com/media.php?c ... tarium.zip

Posted: Wed Apr 04, 2007 5:45 am
by monele
I find this one a lot better than the previous one but there's *one* thing that annoys me a lot : whenever you click on the Read choice, the music starts all over again.... Whyy?... It's a good tune too ^^;... There is a way to check whether a music is already playing or not.

Code: Select all

if not renpy.music.get_playing() == "something.mp3":
        $ renpy.music.play("something.mp3")
This would help ^^

Posted: Wed Apr 04, 2007 6:27 am
by chronoluminaire
monele wrote:I find this one a lot better than the previous one but there's *one* thing that annoys me a lot : whenever you click on the Read choice, the music starts all over again.... Whyy?... It's a good tune too ^^;... There is a way to check whether a music is already playing or not.

Code: Select all

if not renpy.music.get_playing() == "something.mp3":
        $ renpy.music.play("something.mp3")
This would help ^^
There's an even better way to do that:

Code: Select all

$ renpy.music.play("something.mp3", if_changed = True)
This will make Ren'Py only restart the music if the music's changed :)

Posted: Wed Apr 04, 2007 6:43 am
by monele
Ohh, didn't know that parameter รด_o

Posted: Wed Apr 04, 2007 10:51 am
by DaFool
The 'Oort Cloud' choice leads to the test, instead of a description.
Also, the test points are not reset when you finish.

Other than that, good job! Say when if its safe to publish. Don't forget the credits (From the Netherworlds of Wikipedia also counts as a source :D )