CurrentWord never equals anything. Why?
The sprite being clicked on contains a field cast member

on mouseDown me
  thisField = sprite(the clickOn).member.name
  if the mouseWord < 1 then exit
  mw = the mouseWord
  
  if the fontstyle of word mw of member(thisField) = "underline" then

    currentWord = member(thisField).word[the mouseWord]
  end if
end

Sharon Moeller 

[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!]

Reply via email to