I'm using the perspectiveProjection transformation in CS5/AS3 for the first
and I'm having a problem that I can't seem to figure out.

On the sprite I've got a scroll bar for a text area - it's a custom one not
a UIComponent. It's listening for the MOUSE_DOWN and MOUSE_UP events and
simple it's a simple startDrag() to make it move. BUT it's not dragging. If
i create it without the projection it works fine, so that's what causing it.

Is there an issue with startDrag on a sprite when the parent is using a
perspectivePosition? Or how can i remove the perspectiveProject from the
sprite after the transition-in animation is completed (the only reason that
I'm using it). I've tried setting it to undefined, but that doesn't work.


Matt Perkins
---------------------------------
http://www.nudoru.com
http://udon.nudoru.com
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to