empty

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
jane_runs_fast
Regular
Posts: 51
Joined: Sun Oct 01, 2017 1:49 am

empty

#1 Post by jane_runs_fast »

nthn here
Last edited by jane_runs_fast on Mon Aug 13, 2018 7:01 pm, edited 2 times in total.

jane_runs_fast
Regular
Posts: 51
Joined: Sun Oct 01, 2017 1:49 am

Re: 'Route option' screen with imagemap issues?

#2 Post by jane_runs_fast »

Got it working on my own!

I moved the imagemap stuff to 'screens.rpy' (I have no idea if moving the code had any effect overall), but I do know that it wasn't the imagemap code stuff itself.

On the main menu, I had used the wrong action word....

For some reason, I thought it would be a good idea to use 'Start' to bring up my imagmap.

Code: Select all

 hotspot (647,556,542,129) action Start('charchoicea')
after I replaced it with 'Show' everything worked like a charm.

Code: Select all

 hotspot (647,556,542,129) action Show('charchoicea')

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot]