Imagebutton don't work? (first time making them)

Forum organization and occasional community-building.
Forum rules
Questions about Ren'Py should go in the Ren'Py Questions and Announcements forum.
Post Reply
Message
Author
frytkosz-555
Newbie
Posts: 13
Joined: Mon May 31, 2021 12:09 pm
Contact:

Imagebutton don't work? (first time making them)

#1 Post by frytkosz-555 »

This is my code:
Przechwytywanie2.PNG
Przechwytywanie2.PNG (25.79 KiB) Viewed 91 times
This is the error message:
Przechwytywanie.PNG
(62.9 KiB) Not downloaded yet
What do I do with this?

giorgi1111
Veteran
Posts: 359
Joined: Sat May 04, 2024 10:40 pm
Contact:

Re: Imagebutton don't work? (first time making them)

#2 Post by giorgi1111 »

you have action Jump (go_to_castle)
use
action Jump("go_to_castle")
same for go to bar

and put that screen out of label

Post Reply