1.昨日のスクリプトを以下の様に変更します。 this.createEmptyMovieClip("square_mc",1); colors=[0xFF6600,0x0000FF]; alphas=[100,100]; rations=[0,255]; matrix={matrixType:"box",x:150,y:100,w:200,h:150,r:(45/180)*Math.PI}; /*変換情報matrixの定義*/ square_mc.beginGradientFill("linear","colors","alphas","rations","matrix"); /*線状グラデーションの設定*/ square_mc.moveTo(150,100); /*開始位置に移動*/ square_mc.lineTo(350,100); /*矩形描写の開始*/ square_mc.lin