I'm going crazy over a script of mine. I somehow solved it in my other work, now I have the same problem and I have no bloody idea how I solved it back then.
I have an imagemap. In that imagemap, there are these lines of code:
Code: Select all
showif MorningSelected == 1 and AfternoonSelected == 1: #Condition
add "teachingButton.png" at teachingButtonPosition #Add an image of a button
hotspot (1064, 199, 194, 99) action Jump("TeachingDoneMorning"),Hide("study") #Add a hotspot corresponding to the image addedHow do I make it so the image is on top of the imagemap instead?
Thanks for help people