Re: [Flashcoders] Assetpropflags back to default

2006-05-14 Thread John Grden
gt; > 0 = | can overwrite, yes | can delete, yes | is hidden, no | > > regards, > Muzak > > > - Original Message - > From: "j.c.wichman" <[EMAIL PROTECTED]> > To: "'Flashcoders mailing list'" > Sent: Wednesday, May 10, 2006 2:13 P

Re: [Flashcoders] Assetpropflags back to default

2006-05-14 Thread Peter Hall
<[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" Sent: Wednesday, May 10, 2006 2:13 PM Subject: RE: [Flashcoders] Assetpropflags back to default > Hi, > Yes this is one of the many results google turned up :), exactly where on > the page did you read which

Re: [Flashcoders] Assetpropflags back to default

2006-05-10 Thread Muzak
x27;Flashcoders mailing list'" Sent: Wednesday, May 10, 2006 2:13 PM Subject: RE: [Flashcoders] Assetpropflags back to default > Hi, > Yes this is one of the many results google turned up :), exactly where on > the page did you read which call reverts the flags back to the default, or

RE: [Flashcoders] Assetpropflags back to default

2006-05-10 Thread j.c.wichman
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Muzak > Sent: Wednesday, May 10, 2006 11:06 AM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Assetpropflags back to default > > http://www.osflash.org/flashcoders/und

Re: [Flashcoders] Assetpropflags back to default

2006-05-10 Thread Muzak
, 2006 9:47 AM Subject: [Flashcoders] Assetpropflags back to default > Hi list, > > I was wondering, is it possible to revert an object back to its default > setting after using for example: > _global.ASSetPropFlags (myObject, null, 6, true); > > What is the call I need to do to reve

[Flashcoders] Assetpropflags back to default

2006-05-10 Thread j.c.wichman
Hi list, I was wondering, is it possible to revert an object back to its default setting after using for example: _global.ASSetPropFlags (myObject, null, 6, true); What is the call I need to do to revert the myObject to the state it was? Is there a default state? Am I making any sense:)? Greet