Not so much a copy, but a render of it within flash. As long as it's not
animated.

2008/11/18 Omar Fouad <[EMAIL PROTECTED]>

> You mean I should create a copy of the MovieClip that will undergo the 3D
> Tweening and when completed i'd remove it and show the real one that have
> the interaction with it?
> On Mon, Nov 17, 2008 at 4:39 PM, Ashim D'Silva <[EMAIL PROTECTED]
> >wrote:
>
> > I don't see what OO has to do with it. It's a little processor intensive
> if
> > you have heaps and heaps of text fields, but if you wrap it up nicely, it
> > doesn't have to interfere with anything.
> >
> > 2008/11/18 Omar Fouad <[EMAIL PROTECTED]>
> >
> > > I thought about it, but when working with Pure AS, especially if it is
> > > object oriented, it wouldn't be a good approach.
> > >
> > > On Mon, Nov 17, 2008 at 3:19 PM, Ashim D'Silva <
> [EMAIL PROTECTED]
> > > >wrote:
> > >
> > > > My last ditch effort with fussy type, it to make a dummy bitmap copy
> of
> > > the
> > > > sprite (bitmapdata.draw(dispObj)) and use that for the animation
> times.
> > > > Switch back to the original when you need selections/links to
> > work...Not
> > > > the
> > > > most elegant, but it should work...
> > > >
> > > > 2008/11/17 Meinte van't Kruis <[EMAIL PROTECTED]>
> > > >
> > > > > fonts are cached as bitmap when they get turned in 3d space, same
> as
> > > when
> > > > > applying filters,
> > > > > you can;t turn that off.
> > > > >
> > > > > One last thing to try is to tween with rounded values only, but I'm
> > > quite
> > > > > sure that wont make a difference,
> > > > > I think any font moved or turned in 3d space gets a bit 'blurry'.
> > > > >
> > > > >
> > > > > On Mon, Nov 17, 2008 at 7:43 AM, Omar Fouad <omarfouad.net@
> gmail.com
> > >
> > > > > wrote:
> > > > >
> > > > > > Nope i already tried it. It does not make any difference.
> > > > > >
> > > > > > On 11/16/08, Joel Stransky <[EMAIL PROTECTED]> wrote:
> > > > > > > set .cacheAsBitmap to false.
> > > > > > >
> > > > > > > On Sun, Nov 16, 2008 at 11:09 AM, Omar Fouad <omarfouad.net@
> > > > gmail.com
> > > > > > >wrote:
> > > > > > >
> > > > > > >> So No ideas yet?
> > > > > > >>
> > > > > > >> On Tue, Nov 11, 2008 at 1:36 PM, Omar Fouad <omarfouad.net@
> > > > gmail.com>
> > > > > > >> wrote:
> > > > > > >>
> > > > > > >> > I've tried everything...By the way I am tweening from
> > rotationX
> > > > -90
> > > > > to
> > > > > > >> > rotationX 0 so I think that the font dimensions should
> return
> > > back
> > > > > to
> > > > > > >> their
> > > > > > >> > initial size...
> > > > > > >> > By the was if they are immediately cashed as bitmap, is
> there
> > a
> > > > way
> > > > > to
> > > > > > >> get
> > > > > > >> > the back as vectors and not bitmap?
> > > > > > >> >
> > > > > > >> >
> > > > > > >> > On Mon, Nov 10, 2008 at 7:11 PM, Joel Stransky <
> > > > > > [EMAIL PROTECTED]
> > > > > > >> >wrote:
> > > > > > >> >
> > > > > > >> >> I'm pretty sure any text fields immediately become cached
> as
> > > > > bitmaps
> > > > > > >> when
> > > > > > >> >> their dimensions are modified.
> > > > > > >> >>
> > > > > > >> >> On Mon, Nov 10, 2008 at 8:01 AM, Omar Fouad <omarfouad.net
> @
> > > > > gmail.com
> > > > > > >
> > > > > > >> >> wrote:
> > > > > > >> >>
> > > > > > >> >> > I'm also placing the textField into whole pixel
> coordinates
> > > and
> > > > > the
> > > > > > >> >> pixel
> > > > > > >> >> > font is in it's default size.
> > > > > > >> >> > Cordially
> > > > > > >> >> >
> > > > > > >> >> > On Mon, Nov 10, 2008 at 3:00 PM, Omar Fouad <
> omarfouad.net
> > @
> > > > > > gmail.com>
> > > > > > >> >> > wrote:
> > > > > > >> >> >
> > > > > > >> >> > > Hi,I have a Sprite that contains some MovieClips and a
> > > > Dynamic
> > > > > > Text
> > > > > > >> >> > Field.
> > > > > > >> >> > > I am using a simple transition where I tween Both the
> > alpha
> > > > and
> > > > > > the
> > > > > > >> >> > > rotationY property (flash Player 10).
> > > > > > >> >> > > I noticed that when using rotationX(), rotationY and
> > > > > rotationZ(),
> > > > > > >> the
> > > > > > >> >> > > TextField font that is inside the sprite tweened
> becomes
> > > > blurry
> > > > > > and
> > > > > > >> it
> > > > > > >> >> > > becomes bold. I used Pixel fonts and non pixel fonts,
> > > checked
> > > > > and
> > > > > > >> >> > unchecked
> > > > > > >> >> > > Auto Kerning, used all types of Anti-aliasing, bitmap
> > text
> > > > and
> > > > > > >> device
> > > > > > >> >> > font,
> > > > > > >> >> > > but in vain!!!
> > > > > > >> >> > > It definitively works and fonts look great without
> using
> > > any
> > > > 3d
> > > > > > >> >> property
> > > > > > >> >> > as
> > > > > > >> >> > > in when i use tween alpha only.
> > > > > > >> >> > >
> > > > > > >> >> > > Is there a solution to use those properties without
> > loosing
> > > > the
> > > > > > >> >> > > font
> > > > > > >> >> > > quality?
> > > > > > >> >> > >
> > > > > > >> >> > > Thanks
> > > > > > >> >> > >
> > > > > > >> >> > > --
> > > > > > >> >> > > Omar M. Fouad - www.omar-fouad.net
> > > > > > >> >> > > Cellular: (+20) 1011.88.534
> > > > > > >> >> > > Mail: [EMAIL PROTECTED]
> > > > > > >> >> > >
> > > > > > >> >> > > This e-mail and any attachment is for authorised use by
> > the
> > > > > > >> >> > > intended
> > > > > > >> >> > > recipient(s) only. It may contain proprietary material,
> > > > > > >> >> > > confidential
> > > > > > >> >> > > information and/or be subject to legal privilege. It
> > should
> > > > not
> > > > > > be
> > > > > > >> >> > copied,
> > > > > > >> >> > > disclosed to, retained or used by, any other party. If
> > you
> > > > are
> > > > > > not
> > > > > > >> an
> > > > > > >> >> > > intended recipient then please promptly delete this
> > e-mail
> > > > and
> > > > > > any
> > > > > > >> >> > > attachment and all copies and inform the sender. Thank
> > you.
> > > > > > >> >> > >
> > > > > > >> >> >
> > > > > > >> >> >
> > > > > > >> >> >
> > > > > > >> >> > --
> > > > > > >> >> > Omar M. Fouad - www.omar-fouad.net
> > > > > > >> >> > Cellular: (+20) 1011.88.534
> > > > > > >> >> > Mail: [EMAIL PROTECTED]
> > > > > > >> >> >
> > > > > > >> >> > This e-mail and any attachment is for authorised use by
> the
> > > > > > intended
> > > > > > >> >> > recipient(s) only. It may contain proprietary material,
> > > > > > confidential
> > > > > > >> >> > information and/or be subject to legal privilege. It
> should
> > > not
> > > > > be
> > > > > > >> >> copied,
> > > > > > >> >> > disclosed to, retained or used by, any other party. If
> you
> > > are
> > > > > not
> > > > > > an
> > > > > > >> >> > intended recipient then please promptly delete this
> e-mail
> > > and
> > > > > any
> > > > > > >> >> > attachment and all copies and inform the sender. Thank
> you.
> > > > > > >> >> > _______________________________________________
> > > > > > >> >> > Flashcoders mailing list
> > > > > > >> >> > Flashcoders@chattyfig.figleaf.com
> > > > > > >> >> >
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > >> >> >
> > > > > > >> >>
> > > > > > >> >>
> > > > > > >> >>
> > > > > > >> >> --
> > > > > > >> >> --Joel
> > > > > > >> >> _______________________________________________
> > > > > > >> >> Flashcoders mailing list
> > > > > > >> >> Flashcoders@chattyfig.figleaf.com
> > > > > > >> >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > >> >>
> > > > > > >> >
> > > > > > >> >
> > > > > > >> >
> > > > > > >> > --
> > > > > > >> > Omar M. Fouad - www.omar-fouad.net
> > > > > > >> > Cellular: (+20) 1011.88.534
> > > > > > >> > Mail: [EMAIL PROTECTED]
> > > > > > >> >
> > > > > > >> > This e-mail and any attachment is for authorised use by the
> > > > intended
> > > > > > >> > recipient(s) only. It may contain proprietary material,
> > > > confidential
> > > > > > >> > information and/or be subject to legal privilege. It should
> > not
> > > be
> > > > > > >> copied,
> > > > > > >> > disclosed to, retained or used by, any other party. If you
> are
> > > not
> > > > > an
> > > > > > >> > intended recipient then please promptly delete this e-mail
> and
> > > any
> > > > > > >> > attachment and all copies and inform the sender. Thank you.
> > > > > > >> >
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >> --
> > > > > > >> Omar M. Fouad - www.omar-fouad.net
> > > > > > >> Cellular: (+20) 1011.88.534
> > > > > > >> Mail: [EMAIL PROTECTED]
> > > > > > >>
> > > > > > >> This e-mail and any attachment is for authorised use by the
> > > intended
> > > > > > >> recipient(s) only. It may contain proprietary material,
> > > confidential
> > > > > > >> information and/or be subject to legal privilege. It should
> not
> > be
> > > > > > copied,
> > > > > > >> disclosed to, retained or used by, any other party. If you are
> > not
> > > > an
> > > > > > >> intended recipient then please promptly delete this e-mail and
> > any
> > > > > > >> attachment and all copies and inform the sender. Thank you.
> > > > > > >> _______________________________________________
> > > > > > >> Flashcoders mailing list
> > > > > > >> Flashcoders@chattyfig.figleaf.com
> > > > > > >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > --Joel Stransky
> > > > > > > stranskydesign.com
> > > > > > > _______________________________________________
> > > > > > > Flashcoders mailing list
> > > > > > > Flashcoders@chattyfig.figleaf.com
> > > > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Sent from my mobile device
> > > > > >
> > > > > > Omar M. Fouad - www.omar-fouad.net
> > > > > > Cellular: (+20) 1011.88.534
> > > > > > Mail: [EMAIL PROTECTED]
> > > > > >
> > > > > > This e-mail and any attachment is for authorised use by the
> > intended
> > > > > > recipient(s) only. It may contain proprietary material,
> > confidential
> > > > > > information and/or be subject to legal privilege. It should not
> be
> > > > > > copied, disclosed to, retained or used by, any other party. If
> you
> > > are
> > > > > > not an intended recipient then please promptly delete this e-mail
> > and
> > > > > > any attachment and all copies and inform the sender. Thank you.
> > > > > > _______________________________________________
> > > > > > Flashcoders mailing list
> > > > > > Flashcoders@chattyfig.figleaf.com
> > > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > M.A. van't Kruis
> > > > > http://www.malatze.nl/
> > > > > _______________________________________________
> > > > > Flashcoders mailing list
> > > > > Flashcoders@chattyfig.figleaf.com
> > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > The Random Lines
> > > > My online portfolio
> > > > www.therandomlines.com
> > > > _______________________________________________
> > > > Flashcoders mailing list
> > > > Flashcoders@chattyfig.figleaf.com
> > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > >
> > >
> > >
> > >
> > > --
> > > Omar M. Fouad - www.omar-fouad.net
> > > Cellular: (+20) 1011.88.534
> > > Mail: [EMAIL PROTECTED]
> > >
> > > This e-mail and any attachment is for authorised use by the intended
> > > recipient(s) only. It may contain proprietary material, confidential
> > > information and/or be subject to legal privilege. It should not be
> > copied,
> > > disclosed to, retained or used by, any other party. If you are not an
> > > intended recipient then please promptly delete this e-mail and any
> > > attachment and all copies and inform the sender. Thank you.
> > > _______________________________________________
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> >
> >
> >
> > --
> > The Random Lines
> > My online portfolio
> > www.therandomlines.com
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
>
>
> --
> Omar M. Fouad - www.omar-fouad.net
> Cellular: (+20) 1011.88.534
> Mail: [EMAIL PROTECTED]
>
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential
> information and/or be subject to legal privilege. It should not be copied,
> disclosed to, retained or used by, any other party. If you are not an
> intended recipient then please promptly delete this e-mail and any
> attachment and all copies and inform the sender. Thank you.
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
The Random Lines
My online portfolio
www.therandomlines.com
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to