Hi Friends,
I am creating one new empty movieclip like this,
this.createEmptyMovieClip(“vjn”, this.getNextHighestDepth());
vjn.beginFill(0x000066);
vjn.moveTo(150, 50);
vjn.lineTo(50, 250);
vjn.lineTo(250, 250);
vjn.lineTo(150, 50);
vjn.endFill();
these lines are creating only the square corner, but i want rounded corner. How can i increase or decrease the radius size. If its possible please mention the problem. How to create the rounded corner through script. I want rounded corners not a square corner…
regards,
Vijayan M