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.
-
Xyphon
- Newbie
- Posts: 23
- Joined: Sat Nov 13, 2010 3:59 am
-
Contact:
#1
Post
by Xyphon » Tue Dec 28, 2010 4:25 pm
For some reason, this just
isn't working.. The set up seems right, but when I click the button nothing happens..
Care to help? Thanks..
Code: Select all
init -2 python:
layout.imagemap_navigation(
"game_menu.png",
"selected.png",
"selected.png",
"selected.png",
"selected.png",
[
(104,450,356,498, "Return"),
])
(Return is the command, right?)
-
spookyruthy
- Newbie
- Posts: 23
- Joined: Fri Dec 10, 2010 7:54 pm
- Completed: None at present.
- Projects: Bells & Spires - A Suspense/Horror OELVN
-
Contact:
#2
Post
by spookyruthy » Tue Dec 28, 2010 7:53 pm
Try removing the quotation marks around "Return" - it should solve it unless you've made this one a user-specific one.
-
PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
-
Contact:
#3
Post
by PyTom » Tue Dec 28, 2010 8:19 pm
Can you post the images you're using?
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
"Silly and fun things are important." - Elon Musk
Software > Drama •
https://www.patreon.com/renpytom
-
Xyphon
- Newbie
- Posts: 23
- Joined: Sat Nov 13, 2010 3:59 am
-
Contact:
#4
Post
by Xyphon » Wed Dec 29, 2010 12:06 am
I've figured out a work around by just using regular menu manipulation, so this doesn't need to be answered..
Users browsing this forum: Google [Bot]