Search found 9 matches

by UnitedAIRWAYS
Wed Aug 21, 2019 4:17 am
Forum: Ren'Py Questions and Announcements
Topic: Music in specific screen only
Replies: 1
Views: 484

Music in specific screen only

Hello, how do I do such thing? When user calls a screen (e.g. a map), then a music starts to play in a loop and when he goes to another screen or closes the map one, the music stops. Thank you very much!
by UnitedAIRWAYS
Wed Jul 10, 2019 4:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Additional "aftersplash" screen with imagemap causing errors
Replies: 3
Views: 447

Re: Additional "aftersplash" screen with imagemap causing errors

Just changed ShowMenu('start') to Start() and now all works like a charm. You're the best Alex!
by UnitedAIRWAYS
Wed Jul 10, 2019 4:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Additional "aftersplash" screen with imagemap causing errors
Replies: 3
Views: 447

Re: Additional "aftersplash" screen with imagemap causing errors

Solved music issue, but unfortunately escape button and bottom bar is still the same:( I've changed the following using your help: label splashscreen: show splash image with fadesplashscreen with Pause(3.0) hide presplash with dissolve call screen constent with dissolve return screen main_menu(): ta...
by UnitedAIRWAYS
Wed Jul 10, 2019 3:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Additional "aftersplash" screen with imagemap causing errors
Replies: 3
Views: 447

Additional "aftersplash" screen with imagemap causing errors

Hello, in my renpy game I've added additional screen with age verification imagemap. If user confirms s/he's adult, the game proceeds to main_menu screen. If not, it quits. The screen shows up automatically after splashscreen. However, it causes many problems. Let me point them out. - main_menu musi...
by UnitedAIRWAYS
Tue Jul 09, 2019 10:10 am
Forum: Ren'Py Questions and Announcements
Topic: How to add imagemap age verification after splashscreen and before main_menu screen?
Replies: 9
Views: 1125

Re: How to add imagemap age verification after splashscreen and before main_menu screen?

I don't mean to add a textbutton, because I have a separate imagemap to handle this. Thanks for the code anyway:D
by UnitedAIRWAYS
Tue Jul 02, 2019 4:12 pm
Forum: Ren'Py Questions and Announcements
Topic: How to add imagemap age verification after splashscreen and before main_menu screen?
Replies: 9
Views: 1125

Re: How to add imagemap age verification after splashscreen and before main_menu screen?

Thanks Alex for the reply, I've done splashscreen using a splashscreen label. I have an image (basically imagemap; with ground, idle and hover versions) which I'd like to use as said age verification, separately from game logo screen (splashscreen)
by UnitedAIRWAYS
Tue Jul 02, 2019 1:04 pm
Forum: Ren'Py Questions and Announcements
Topic: How to add imagemap age verification after splashscreen and before main_menu screen?
Replies: 9
Views: 1125

How to add imagemap age verification after splashscreen and before main_menu screen?

Hello, I've recently came across such issue and got here in order to ask you experts about it:) What I'm trying to do in my renpy game is the following: Launch game -> splashscreen (game logo) pops up -> screen with age verification pops up(using imagemap, if user clicks he's over 18 then it jumps t...