Hi everyone!
is it possible to make a hyperlink within the program? i am doing a roll-over function with the ability to click and be taken to a webpage.
hi!
so im making a very simple interactive map for a website, but im having some trouble. heres what im doing :)
- loading the map as an image
- drawing small ellipse's as markers of attractions on the map
- when rolled-over with the mouse, short text appears, describing the attraction
- provides hyperlink to another page on my website with more info
- etc.
the problem im having is making it so you can move your mouse off the small ellipse marker and onto the hyperlink without the text hyperlink disappearing when the mouse leaves the marker. should i be using a time delay? or maybe constrains?? or is there a way to maybe make a path that can be followed to the link by the mouse? the thing is, i want the path to only function once the mouse has passed over the marker, but to go away once outside of both the marker and the path. I hope this makes sense! If not i would be more than happy to explain further if you can help me!