我想要在上面的鏈接中提到的東西,但最好在AS2中,因爲我不瞭解AS3。 說用戶上傳前置照片。我給予協調。我想給用戶設施移動點以匹配他們上傳的照片上的眼睛和嘴脣。 所以我想獲得可編輯的形狀。 我認爲我們需要爲此使用貝塞爾曲線。 How can I modify my code to line through the bezier control points?
我有一個拋物線曲線與指定點相交的方程,在我的情況下,用戶點擊一個圖形。 // this would typically be mouse coords on the graph
var _target:Point = new Point(100, 50);
public static function plot(x:Number, target:Point):Number{
ret