Fields edit for both text and drawings

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Fields edit for both text and drawings

    Hi.

    Can anyone help me in this matter? I´m looking for a way to be able to edit text as well as drawings in the same field. If possible it would be best if I could be able to edit text and drawings directly on the stage. Can it be done in the same field?

    If not, then how can I find a way to edit a drawing directly on the stage? Do I have to open a paint window, and if I do, can I trigger that by doing something on the stage?

    I hope someone can help me.

    Thanks


    asdzxcv webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. How do I edit fields after Extending Rights to PDF
      I am creating a fillable form to use in our office and want my co-workers to be able to save copies of the form after filling it out. So under the...
    2. Text edit functions not working for text entry fields onMAC
      In all the text-entry fields - one cannot cut, copy, paste, nor perform other normal text edit functions on MAC using Firefox. Any idea about the...
    3. Add/Edit fields to PDF files
      I am trying to edit/add to an Adobe Acrobat PDF Form and I need help! I have gone thru all your help menus and I am stuck! I have deleted the fields...
    4. Vector drawings and text
      I am using Freehand MX. I have a complex WMF file and want to be able to distinguish between or separate the text from the lines in the drawing...
    5. [PHP] PHP Webpage like MySql- need to be able to see all fields and edit
      Hello. I am building a webpage for a sorority- http://www.olemissaoii.com . I built a basic php script where they add the sisters and their...
  3. #2

    Default Re: Fields edit for both text and drawings

    There's not really a direct way to mix editable text and graphics.

    There is a simple set of paint scripts in the library window of director.

    One can extract the image of a text member to a bitmap member, using a
    lot of imaging lingo code one can simulate a bitmap text tool.

    I have compiled a list of online paint toys you could review to get a
    feel for what's possible with lingo or actionscripting.

    [url]http://galileo.spaceports.com/~mediatip/shocksamples/[/url]
    JB Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139