universal2001 escribi�:
I got an error message:
"Script error: Object Expected"

I put the script
firstWord = member("text",4).text.word[1]

on a mouseUp even and I attch it to a text member.
	In case that your text member isn�t called "text", this should work:

--behavior attached to the text sprite
on mouseUp me
  firstWord = sprite(me.spriteNum).member.text.word[1]
end
--
Agust�n Mar�a Rodr�guez | [EMAIL PROTECTED] | www.OnWine.com.ar


[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