Creating a MovieClip and copying part of another clip, possible?

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Creating a MovieClip and copying part of another clip, possible?

    Hi All,

    I have a movieClip which loads a jpg dynamically, is it possible to create a
    new movie clip and then copy a part of the jpg into it.

    Thanks

    Mark Redman


    Mark Redman Guest

  2. Similar Questions and Discussions

    1. need help positioning movie clip relative to a resizing clip...
      I am trying to attach a "caption" to the bottom right edge of a movie clip that resizes. I am using the resizing clip as a image holder for a...
    2. play clip, remove clip, load new clip
      I have an empty 'container' MC that has a MovieClip load into it when a button is pressed.....when another button is pressed, it should play the...
    3. Creating a custom event in MovieClip component
      I've got a MovieClip component that handles some client/server interaction using XML. It also contains some navigational stuff. I'd like to get it so...
    4. dynamically creating instances of a movieclip
      Hi, I'm using MX on Win98 to create a movie that allows a user to rearrange the order of their image files stored on my server for use in a...
    5. Creating links on part of an image
      is it possible to make positional links. I want to link to a certain page bases on the position of the cursor over an image.. any hints??
  3. #2

    Default Re: Creating a MovieClip and copying part of another clip, possible?

    No, unless you divide the jpg into smaller movieclips which can be
    duplicated at runtime.

    John

    --
    ----------------------------------------------------------------------------
    -----------
    RESOURCES
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
    ----------------------------------------------------------------------------
    -----------
    TUTORIALS at
    [url]www.laiverd.com[/url]
    Flash & PHP Emailform
    Using textfiles in Flash
    ----------------------------------------------------------------------------
    -----------


    Laiverd.COM Guest

  4. #3

    Default Re: Creating a MovieClip and copying part of another clip, possible?

    The jpg that gets loaded dynamically is already manipulated on the server,
    either the full jpg or a part of a jpg and scaled etc already.
    The flash front end is used for viewing this jpg(located on the server or in
    a database), zooming, cropping etc is done on the back end and the user sees
    the result of the zoom or selection.
    All is working ok, although theres a slight delay as flash has to call the
    ..NET backend.
    To increase the perception of speed I wanted to give the user a scaled
    potion of the selection before the actual image is loaded, I would
    definately need to use the selected portion of whats already within flash
    without a call to the server otherwise it would be too slow (well twice as
    slow).

    Any idea's?

    Mark

    Thanks for the reply anyway!


    Mark Redman Guest

  5. #4

    Default Re: Creating a MovieClip and copying part of another clip, possible?

    Like I said; one cannot 'cut' a movieclip/jpg in Flash. But as obviously
    something of the image is already available in the movie at the time of
    calling, maybe using a dynamic mask would be an option??

    John

    --
    ----------------------------------------------------------------------------
    -----------
    RESOURCES
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
    ----------------------------------------------------------------------------
    -----------
    TUTORIALS at
    [url]www.laiverd.com[/url]
    Flash & PHP Emailform
    Using textfiles in Flash
    ----------------------------------------------------------------------------
    -----------


    Laiverd.COM Guest

  6. #5

    Default Re: Creating a MovieClip and copying part of another clip, possible?

    I will have a look at masking, thanks

    Mark


    Mark Redman 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