I'm actually working on something similar for AS3 at the moment since using papervision / having a Z axis would only complicate things for nothing in my situation. I've found a very nice snippet of AS1/2 code from senocular on the topic:
http://www.actionscript.org/forums/showthread.php3?t=128444&page=2 Hope this helps! On 7/2/07, Zeh Fernando <[EMAIL PROTECTED]> wrote:
> I need to skew some text to give the impression it is going off into > the distance (think opening text on Star Wars, though without > movement). I know this effect can be done using the triangular method > as used in Papervision. However I'm not creating a 3D scene here, I > just want the skewing. Can this be easily done with Papervision, or > can anyone recommend any other resource (AS2 only)? > > I understand the principles behind the technique, I just don't want to > re-invent the wheel by implementing from scratch. The effect is not just skewing. It *is* 3d, in the meaning that the perspective is distorted because the middle points are moved away depending on the angle. So yes, your faster/best bet would be to use any 3d class such as Papervision3D. It should be fairly simple as you'll just need a rotated plane with the content of a movieclip projected on it. Zeh _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
-- Francis Turmel Personal: [EMAIL PROTECTED] Business: [EMAIL PROTECTED] _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

