lingo-l Replacing script cast member at runtime

2002-02-20 Thread Cole Tierney
Anyone have a technique for replacing a script cast member at run time? CopyToClipBoard or maybe member.media? Cole [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,

Re: lingo-l Replacing script cast member at runtime

2002-02-20 Thread Howdy-Tzi
At 12:34 -0500 02/20/2002, Cole Tierney wrote: Anyone have a technique for replacing a script cast member at run time? Couple different approaches. 1. Put the replaceable(s) in external cast(s). 2. member(whatever).scriptText = {the contents you want to switch} Either could be automatic, or

Re: lingo-l Replacing script cast member at runtime

2002-02-20 Thread Howdy-Tzi
At 14:31 -0500 02/20/2002, Cole Tierney wrote: 2. member(whatever).scriptText = {the contents you want to switch} This would work well. Ideally, we'd like to have the member remain protected. Probably not possible. Or is it? Well, ship the new Lingo in a CXT file. Then try something like

Re: lingo-l Replacing script cast member at runtime

2002-02-20 Thread Cole Tierney
At 2:06 PM -0600 2/20/02, Howdy-Tzi wrote: At 14:31 -0500 02/20/2002, Cole Tierney wrote: 2. member(whatever).scriptText = {the contents you want to switch} This would work well. Ideally, we'd like to have the member remain protected. Probably not possible. Or is it? Well, ship the new Lingo