Just a tidbit to change the hyperText rollover cursor [assuming the
hyperText is blue and grouped].

Field script:
on mouseUp
  if the clickText<>"" and the textcolor of the clickChunk is "0,0,255" then
    if there is a cd the clickText then
      go cd the clickText
    else beep
  end if
end mouseUp

on mouseMove
  put not the TraversalON of me into temp
  if "group" is in the textStyle of char(word 2 of the mouseChunk) to \
   (word 4 of the mouseChunk) of me then
    select empty
    lock cursor
    set the lockText of me to true
    set the cursor to hand
  else
    set the lockText of me to temp
    unlock cursor
  end if
end mouseMove

/H

Hugh Senior

The Flexible Learning Company
Consultant Programming & Software Solutions
Fax/Voice: +44 (0)1483.27 87 27
Email: [EMAIL PROTECTED]
Web: www.flexibleLearning.com

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to