[Solved] Disable textbox and text

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
Sol Mundus
Newbie
Posts: 2
Joined: Mon Dec 17, 2018 8:40 pm
Contact:

[Solved] Disable textbox and text

#1 Post by Sol Mundus »

Hello everyone

I want to make a comic style game with the text already in the image so i want to disable the text and text box but i want the ability to click to pass to the next image how can i do that ?

Thanks
Last edited by Sol Mundus on Tue Dec 18, 2018 12:21 am, edited 1 time in total.

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3791
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: No text just images

#2 Post by Imperf3kt »

At the top of your script file add

Code: Select all

    window hide

Directly underneath "label start:"
You may also need to add

Code: Select all

 
     $quick_menu=False

Then you want to simply show your images with a hard pause between. This will make the game wait for user interaction before showing the next image

Code: Select all

    show restaurant_dinner
    $renpy.pause(hard=True)
    show food_fight

    return
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

Sol Mundus
Newbie
Posts: 2
Joined: Mon Dec 17, 2018 8:40 pm
Contact:

Re: No text just images

#3 Post by Sol Mundus »

Thanks you very much ! but if i write the

Code: Select all

$renpy.pause(hard=True)

i just can't go to the next image but with just

Code: Select all

$renpy.pause()
that is working fine so, you solve my problem :D

Post Reply

Who is online

Users browsing this forum: Andredron, mold.FF