View Single Post
  #2  
Unread 03-28-2016, 07:28 PM
Darqwood's Avatar
Darqwood Darqwood is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Posts: 849
Default

You may get better results with the TNAME part if you do a little setup. I don't use do_file_commands so I'm not sure how they affect the command stack, but try the following (untested):


Code:
<Button Name="stanza002" OnPress="
myEmote=('reaching out and barely caressing ')##(Parent.Parent.Parent.Parent.TNAME.text)##(' cheek')
do_file_commands song000stanza002A.DOS
do_file_commands song000stanza002B.DOS
Emote myEmote
do_file_commands song000stanza002D.DOS
do_file_commands song000stanza002E.DOS
parent.stanza002Check.Checked=true
parent.stanza002Tip.TextColor=#FF0000
" ScrollExtent="160.....
.
Reply With Quote