I am a beginner in Adobe ActionScript and I want to know if such a programming language has the ability to create the complexe graphics such as béziers, splines, gradient fills and more.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As3 supports gradient fills, but as far as curves go, currently there is support for quadratic cuves, although Flash Player 11 will support cubic curves by default in the drawing API.
Still, there are free libraries like Degrafa that are more feature rich (beziers/splines/etc)