Well here's my secodn project finished ^^ I hope you like it
http://www.yourfilehost.com/media.php?c ... tarium.zip
Question on new RenPY
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
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.
This would help ^^
Code: Select all
if not renpy.music.get_playing() == "something.mp3":
$ renpy.music.play("something.mp3")
-
- Eileen-Class Veteran
- Posts: 1153
- Joined: Mon Jul 07, 2003 4:57 pm
- Completed: Elven Relations, Cloud Fairy, When I Rule The World
- Tumblr: alextfish
- Skype: alextfish
- Location: Cambridge, UK
- Contact:
There's an even better way to do that: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.
This would help ^^Code: Select all
if not renpy.music.get_playing() == "something.mp3": $ renpy.music.play("something.mp3")
Code: Select all
$ renpy.music.play("something.mp3", if_changed = True)
I released 3 VNs, many moons ago: Elven Relations (IntRenAiMo 2007), When I Rule The World (NaNoRenO 2005), and Cloud Fairy (the Cute Light & Fluffy Project, 2009).
More recently I designed the board game Steam Works (published in 2015), available from a local gaming store near you!
More recently I designed the board game Steam Works (published in 2015), available from a local gaming store near you!
Who is online
Users browsing this forum: No registered users