RE: lingo-l Dynamically duplicating SWF in Director

2006-01-18 Thread Alan Skinner
Bit of background which I should have mentioned. My XML file contains a list of buttons which I want to create on the stage. Each button (where button=flash object!) will call a specific callback and perform some function. Each button is actually some text and 2 inner buttons, the button name

RE: lingo-l Dynamically duplicating SWF in Director

2006-01-18 Thread Alan Skinner
I think I found it tMember = new(#flash, castLib LibName) -Original Message- From: Alan Skinner Sent: 18 January 2006 14:18 To: Lingo programming discussion list Subject: RE: lingo-l Dynamically duplicating SWF in Director Bit of background which I should have mentioned. My XML

Re: lingo-l Dynamically duplicating SWF in Director

2006-01-18 Thread Valentin Schmidt
LibName) -Original Message- From: Alan Skinner Sent: 18 January 2006 14:18 To: Lingo programming discussion list Subject: RE: lingo-l Dynamically duplicating SWF in Director Bit of background which I should have mentioned. My XML file contains a list of buttons which I want to create

RE: lingo-l Dynamically duplicating SWF in Director

2006-01-18 Thread Alan Skinner
. I take it that's not possible in director and I must use these *PUPPET* sprites? Cheers alan -Original Message- From: Valentin Schmidt [mailto:[EMAIL PROTECTED] Sent: 18 January 2006 14:54 To: Lingo programming discussion list Subject: Re: lingo-l Dynamically duplicating SWF in Director

Re: lingo-l Dynamically duplicating SWF in Director

2006-01-18 Thread Rob Romanek
? Cheers alan -Original Message- From: Valentin Schmidt [mailto:[EMAIL PROTECTED] Sent: 18 January 2006 14:54 To: Lingo programming discussion list Subject: Re: lingo-l Dynamically duplicating SWF in Director hi alan, you can duplicate an existing flash member either

RE: lingo-l Dynamically duplicating SWF in Director

2006-01-18 Thread Thomas Higgins
Ive previously used flash and attachMovie to fully dynamically attach the new sprite to the stage. I take it that's not possible in director and I must use these *PUPPET* sprites? Yup, mostly correct. In Director there is the legacy puppetSprite function, but in MX 2004 we added

Re: lingo-l Dynamically duplicating SWF in Director

2006-01-18 Thread Rob Romanek
Hey Alan If you are using DMX 04 check out channel(x).makescriptedSprite(memberRef, loc) channel(x).removeScriptedSprite() hth, Rob On Wed, 18 Jan 2006 16:31:20 -, Alan Skinner [EMAIL PROTECTED] wrote: It seems I have to have some sprites on the stage already I then download the