I ran into this problem with JP & Cosmo.
My workaround was using scripting to determine where the mouse was.
So if I was using the blue hotspot in two different spots and you clicked 'look' on that hotspot I scripted to check where the mouse was.Ã, If it was on the left side of the screen ( < 160 ) it would display a certain message.Ã, But, if the mouse was on the right side ( > 160) it would display a different message.Ã, To explain further, the couch and the desk both used hotspot 1.Ã, The desk was on the left side of the screen and the couch on the right. (and it, of course, doesn't have to be divided right down the center.Ã, You could use to ajoining areas using the same hotspot, just depends on where you click)
This method worked very well.Ã, You just have to figure out how many 'splits' you need to make.Ã, On one particular room I split it into quadrants (which makes scripting a little trickier) but it still works fine.
My workaround was using scripting to determine where the mouse was.
So if I was using the blue hotspot in two different spots and you clicked 'look' on that hotspot I scripted to check where the mouse was.Ã, If it was on the left side of the screen ( < 160 ) it would display a certain message.Ã, But, if the mouse was on the right side ( > 160) it would display a different message.Ã, To explain further, the couch and the desk both used hotspot 1.Ã, The desk was on the left side of the screen and the couch on the right. (and it, of course, doesn't have to be divided right down the center.Ã, You could use to ajoining areas using the same hotspot, just depends on where you click)
This method worked very well.Ã, You just have to figure out how many 'splits' you need to make.Ã, On one particular room I split it into quadrants (which makes scripting a little trickier) but it still works fine.