A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Modifying a drawn line

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Posts
    13

    Modifying a drawn line

    Hey all,

    In my flash application, the user can draw simple line by clicking and dragging the mouse (like Paint). I want to make it so that it's possible for the user to select his line, and, by clicking and dragging, be able to resize it as he wants. How can I do that?

  2. #2
    Member
    Join Date
    Oct 2002
    Location
    Melbourne, Australia
    Posts
    95
    Thats a good question. Ive been searching the forums for a way to do the same thing. My current whiteboard type application can draw point to pint lines but there is no way to modify them invidually. The only method I have seen is to make a line mc where on drag all you do is scale and stretch the black line type clip and of course each line created is essentially and invidual clip whick can be drag and so forth. But if you have found a solution could you please reply knot?? thanks
    (aka Rich81)

  3. #3
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,361
    if you want individual differentiation between lines like that, they would need to be drawn in seperate movieclips. This, of course, as you can imagine, will make things very hard for the Flash player to handle once you have a good number of lines on the screen making reaction time (playback) really slow.

    At anyrate, in doing that you can then distort that actual movieclip, scaling it, rotating it etc to get the desired effect. For that you can use something like this:
    http://proto.layer51.com/d.aspx?f=636
    Alternatively, you could clear and redraw that line for each manipulation made effectively not altering the movieclip itself at all, rather whatever was drawn in it. The advantages here are that you wont get the distortion that you would by altering the movieclip but at the same time it would be harder to work with and control.

  4. #4
    free-webmaster-resource.com deamothul's Avatar
    Join Date
    Apr 2003
    Location
    Netherlands
    Posts
    1,475
    The book BYTE-SIZE FLASH MX has a good tutorial on creating a drawing application, sorta like paint.
    I know it goes deep in this tutorial, and i lost interest(cause i like eyeCandy and stuff, not drawing lines like paint.)
    Perhaps you should look it up in the bookstore.could be useful 2 u .
    greetz from deamothul - the script keeper -

  5. #5
    Member
    Join Date
    Oct 2002
    Location
    Melbourne, Australia
    Posts
    95

    oh cool transform tool but...

    Oh the FreeTransform tool Senoc looks fantastic !. Hey mate I just posted a question in kirupa as Im not sure how to get each line created in its own movie clip (so of course I can add freetranform) , at the start it seemed pretty easy, but then of course like everything it died..

    Anyway here's my kirupa posting...
    http://www.kirupaforum.com/forums/sh...threadid=21722
    (aka Rich81)

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center