Results 1 to 2 of 2

Thread: คำสั่งที่ทำให้เส้นที่วาด smooth ขึ้น หรือตรงขึ้นครับ

  1. #1
    Anonymous
    Guest


    คำสั่งที่ทำให้เส้นที่วาด smooth ขึ้น หรือตรงขึ้นครับ

    คือใน flash จะมีปุ่มปรับเส้นให้มันโค้ง smooth มากขึน หรือตรงยิ่งขึ้นใช่มั๊ยครับ ไม่รู้ว่าคำสั่ง action script ตรงนี้เขียนยังไงหรอ

  2. #2
    Junior Member
    Join Date
    Jan 2004
    Location
    Thailand
    Posts
    0


    Re: คำสั่งที่ทำให้เส้นที่วาด smooth ขึ้น หรือตรงขึ้นครับ

    อ้างอิง flash x

    _root.createEmptyMovieClip ("triangle", 1);
    with (_root.triangle){
    beginFill (0x0000FF, 50);
    lineStyle (5, 0xFF00FF, 100);
    moveTo (200, 200);
    lineTo (300, 300);
    lineTo (100, 300);
    lineTo (200, 200);
    endFill();
    }

    ที่เหลือลองอ่าน help ดูนะครับ(นี่กะก้อบมาจาก help)
    ป.ล. ไม่ได้เขียนนนแล้วครัย ลืมหมด จะเขียนต้องเปิด help

Similar Threads

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •