Hi I have a handler that do this
on ShowWindow InfoText
global DetailWindow
set DetailWindow to window "Datos"
set DetailWindow.filename to "Datos"
set DetailWindow.windowType = 5
open DetailWindow
tell DetailWindow
sprite(2).member = member InfoText
window("Datos").rect.bottom = window("Datos").rect.top +
sprite(2).height
updateStage
end tell
end
I pass to the handler the parameter Infotext with the name of the cast
member that I wish to assign to my sprite in the other movie, why the
sentence sprite(2).member = member InfoText is not recognized as a valid
cast meber.
Any help?
[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!]