And you haven't forgotten to put spaces?Esquire27 wrote: I still get an expected statement error without it.
(By default, before "theme.roundrect" there have to be 4 spaces)
Code: Select all
init -1 python hide:
theme.roundrect()And you haven't forgotten to put spaces?Esquire27 wrote: I still get an expected statement error without it.
Code: Select all
init -1 python hide:
theme.roundrect()Very nicesambotte wrote:It's good ?
sambotte wrote:I do not understand that you have changed?

Mmm. Yes, if at first to put a pause, and then - transition.mahoop wrote: But the transition will occur after the pause, not during, I'm correct?
Code: Select all
theme.roundrect()Code: Select all
theme.roundrect=()Code: Select all
label run_lose:
$renpy.pause(0.5, hard=True)
"You got captured..."
hide screen run_game # <<< !
menu:
"Try again?"
"Sure":
jump run_start
"Skip it":
#>>>
return
Code: Select all
$ renpy.pause (4.0, hard=True)Code: Select all
play sound "citycars.wav"Code: Select all
play music "citycars.wav"Code: Select all
action [SetVariable("ren", "False"), Play("sound", "clik.wav")]Code: Select all
init -1 python hide:
config.log = "D:/statistic.txt"