Hello All,
Has anyone else experienced incosistent behavior of the cursor properly changing to a finger when rolling over a hyperlinked chunk of text? Sometimes it works and sometimes it doesn't...!?
I assume that Director should be handling this event automatically, but I even modified the Hypertext - General behavior from the Library by adding the following.
on mouseWithin me
if sprite(me.spriteNum).pointInHyperlink(_mouse.mouseLoc) then
cursor 280
else
cursor -1
end if
end
This seemed to help resolve the inconsistency until I quit Director and then reopened the file. Then the problem reappeared.
Another means of trying to get this behavior to 'behave' has been to deselect and then reselect the "use hypertextstyles" property on the sprite. As long as I don't make any other changes to the file and publish right away, it sems to work properly in the projector.
One weird thing I've noted is that if it is not working on the sprite in Director when I publish, then the project 'misbehaves' in the same manner. However, if I get it to work in Director and then publish, it 'behaves' properly in the projector.
I had originally suspected some type of compiler error, but recompiling doesn't always fix it.
This one is driving me nuts! Can anyone give some advice?
Thanks in advance,
Andy
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
