How can i make it? (something like 'Feather effect')

Hi.
I get some object to other design company.
There is AI file in URL(illustrator CS3 version file)
http://www1.datafilehost.com/d/f873f882
it's looks like 'Feather effect'. but it's not.
it's not possible to copy to below Script code.
Sel[i].duplicate(newGroup, ElementPlacement.PLACEATEND);
So i started wonder about it.
How can i make this object?
and, How can i copy this object to script code?
Thanks you.

ohh.. thank you for your reply. But, I found another problem.
Copy is not problem. Real problem is 'translate'.
I want copy and translate to right side.
my source code is :
var aDoc = app.activeDocument;
var Sel = aDoc.selection;
var aLayer = aDoc.layers.add();
var newGroup = aLayer.groupItems.add();
Sel[0].duplicate(newGroup, ElementPlacement.PLACEATEND);
newGroup.translate(10, 0);
this is capture image.
I did run script five times.
Object was translate. but circle was not translate.
And, i upload Appearance palette capture image too.
It's not image. It's Path.
If you Know solution, reply for me please.
thank you pixxxel.

Similar Messages

  • How can I make a image like this one? (image in description)

    Hi guys I need to know how can I make a image like this one http://img31.imageshack.us/img31/2710/69823211.gif
    I need step by step instructions please. How can I animate it like that? Whats the font? Tell me everything please.

    To do a step by step instruction on here will take someone a very long time, as you havent really said at what level you are at.
    On Youtube there are a lot of animation tutorials for PS. But essentially in this case you are moving that white streak across a few frames at a time.
    The font might be found with the help of http://http://www.myfonts.com/WhatTheFont/

  • How can i make a list like Razer Game Booster in wpf C#

    Hello every one
    I asked this question in stackoverflow, and they just gave me negative points! I don't know why,
    but at least
    I expected to get answer in here.
    I trying to make a software with WPF in C# that the theme is
    similar to Razer Game Booster.
    I made many effect similar to
    Razer Game Booster in my software but I don't Know how can i make a list like that software!
    You can download Razer Game Booster in this link: http://www.razerzone.com/cortex/download
    Now, What exactly i want?! I'll show you with following pics:
    After adding a few items, a scroll bar will appear and if you do nothing, it will be hidden after a few seconds:
    Image link: http://imgur.com/XIl3Bk9
    After placing the mouse on the items (on hover status):
    Image link: http://imgur.com/8NbUrIx
    Which one of objects in visual C# and WPF Application can do this?!
    if you interested to see what I've done, unfortunately I tried it and
    failed! Now I asking you to help me and show me how can i do that?
    any advice can help me. I'm waiting for your answer.
    thank you guys so much.
    I'm sorry
    if I bothering you.

    There are probably 1000's of tutorial about layout in WPF but I have found that the people on this forum have the best handle on how to use WPF.  I am now near a workstation and have the following code example which should get you started. (the example
    is in VB but it is the XAML which is important).
    <Window x:Class="MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525" Loaded="Window_Loaded">
    <Window.Resources>
    <Style TargetType="ListBox" x:Key="myListbox" >
    <Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Hidden"></Setter>
    <Style.Triggers>
    <Trigger Property="IsMouseOver" Value="True">
    <Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Visible" ></Setter>
    </Trigger>
    </Style.Triggers>
    </Style>
    </Window.Resources>
    <Grid Background="#FF040404">
    <ListBox Style="{StaticResource myListbox }"
    HorizontalAlignment="Left" Height="237" Margin="23,46,0,0"
    VerticalAlignment="Top" Width="470"
    ItemsSource="{Binding theList}" Background="Transparent" >
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <UniformGrid Rows="2"></UniformGrid>
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    <ListBox.ItemTemplate>
    <DataTemplate>
    <Grid Background="#FF574A4A" Width="150" Height="75" Margin="0,0,10,0" >
    <TextBlock Text="{Binding theCaption}" VerticalAlignment="Bottom" Foreground="#FFF5EFEF"></TextBlock>
    </Grid>
    </DataTemplate>
    </ListBox.ItemTemplate>
    </ListBox>
    </Grid>
    </Window>
    Class MainWindow
    Public Property theList As New List(Of theItem)
    Private Sub Window_Loaded(sender As Object, e As RoutedEventArgs)
    For i As Integer = 0 To 5
    Dim ti As New theItem With {.theCaption = "Caption " + i.ToString}
    theList.Add(ti)
    Next
    DataContext = Me
    End Sub
    End Class
    Public Class theItem
    Public Property theCaption As String
    End Class
    The above XAML define a listbox with the properties I mentioned in my previous post.  There is a listbox with an ItemTemplate (define how each item should be displayed) and a definition of how the layout
    should be done (ItemsPanel).  The is also a style which uses datatriggers to show/hide your scrollbar.  If you have questions about what I presented please ask but I would ask that you try it first so that you can see how it looks .
    And I'm sorry for the small font above but this forum editor constantly give me problems.
    Lloyd Sheen

  • How can i make download fast like CyberLink Downloader it is too fast

    how can i make download fast like CyberLink Downloader it is too fast

    Which Adobe product are you trying to download?  Is the download continuing to proceed but just seems slow?

  • How can I make the skin like rock ?

    How can I make the skin of a dramatic BW image of a Boxer look like peeling lava skin ?  I know that's a funny way to say it, but I want to make him look like rock and lava with hard cracks and such. Anyone have some ideas ?

    I'm sorry Myron, I didn't mean to cause your thread to go in the wrong direction.  I was feeling a bit frisky after a long day.
    Making skin look like something else is not a task I do normally, but if I were to want to experiment I'd probably try things like pasting a section of rock over the top of the skin in question, then set the mixing mode to Luminosity (so that just the luminance of the rock surface is used with the color of the face.  Use masking and partial mixing to help blend it.
    Seek (or capture) rock imagery with the light coming from the same direction, and with a similar level of detail.  That will help make it seem more believable.
    There may be others (I hope) who will chime in with more specific instructions or other tricks o' the trade that they've found to work.
    Best of luck, and please don't be afraid to show your results.
    -Noel

  • How can I make 3d shadow like this

    Look at her face
    How can I make shadow like this
    Thank you

    Could you post (a section of) the image you want to edit?
    I assume you could
    • create a fairly good mask of the skin areas and use that as a Layer Mask for a Layer Group
    • create Adjustment Layers, Solid Color Layers, plain Layers with appropriate Blend Modes, … and paint in artificial shadows

  • How can I make this scene in After Effects?

    The Hobbit The Desolation of Smaug. Gandalf vs The Necromancer (Sauron) - YouTube
    I am making this scene in stop motion lego. How can I make this scene, the shield vs smoke and the flaming figure, including the shots that zoom into Sauron's mouth. How do I do these shots? I am new to after effects. I have done basic smoke before, but nothing like this. I've done snow and green screen and fire, but I'd just like some help. Thank you I have CS6

    There is no plug-in or button, only careful planning based on knowledge of the process of combining layers of images into a final image. Every element in a composite is a separate layer. If you are new you need to do some basic research. There are lots of books out there that will show you the theory. Start on AMAZON or your public library. http://www.amazon.com/Effects-Visual-Compositing-Studio-Techniques/dp/0321934695/ref=sr_1_ 2?ie=UTF8&qid=1421914012&sr=8-… may be a good place to start. Once you get some knowledge you can start breaking down a shot like this:
    Layers that I see in this shot in order.
    Vignette to darken the corners of the shot
    Foreground smoke
    Lighting effects on smoke
    Foreground branches
    Middle ground actor as a track matte or mask source for
    Middle ground smoke
    Middle ground lighting effects in the smoke
    Actor on rock
    Rock to act as a mask for background lighting effects and smoke
    Rock
    Background smoke and lighting effects
    Background
    If your original footage contained the background, the rock, the actor, and the branches then your first task would be to separate each of those to a separate layer. Then you would create or shoot the smoke and lighting effects and start building the layers. You then would modify the masks and effects on each layer to create the light wrap and look of the atmosphere using blend modes. Then you would add color grading effects or overlays to simulate the lighting in the shot. If you were really doing a shot like this you would probably add some lighting cues on the set to help sell the idea that a bunch of energy was lighting up the actors face. Like Mulenium said, there may have easily been fifty folks working on this shot for several days. It's completely unreasonable to expect that you can just add a plug-in and adjust some sliders to create the effect. Every composite requires you to separate elements into layers and then sandwich the elements you need to create and sell the effect you want to sell.

  • How can I make personalized mailboxes like work, personal stuff on the ipad

    How can I create a folder or personalized mailbox to the mail feature on the iPad...... I have my email with verizon.....there is nowhere to press a plus sign to create a folder or mailbox for work related emails, personal emails, expense emails or such.....can anyone help me!!!!

    You can only create additional mailboxes if your email account is an IMAP account. You tell this by tapping on your account in the mailboxes window -  and in the window that shows your inbox, sent folder, trash folder, etc - there will be an Edit button at the top of that window. If there is no edit button - you do not have an IMAP account and you can't create new mailboxes. If the Edit button is there - tap on it and the tap New Mailbox at the bottom of the window.

  • How can I make my Mac like "brand new"?

    Hello.
    I apologise for this being somewhat rambling but it's hard to explain exactly what I want to do.
    I have decided to give my iMac G5 to my sister-in-law. (I have already replaced it with an Intel iMac and MacBook and three computers in one house is over the top!) I would really like for her to have the "out of the box" experience as if the Mac was new.
    It originally came with Panther and iLife 4. I have since upgraded to Tiger and iLife '05 and I would like to have these installed for my sister-in-law rather than the original software. However, she needs Appleworks which I only have on the Panther disks. I know I have to do an erase and install of Tiger (I'm not quite sure how to do that though) and install iLife '05. I assume I can just install Appleworks from the Panther disks. Can I do all of this and not have to enter personal details, such as a name for the home folder? It would be nice for my sister-in-law to plug in the Mac and then get to do that herself, as if it was brand new.
    My sister-in-law isn't terribly familiar with computers in general. She's never even seen a Mac. I realise I could just do the Tiger install and leave her to do the iLife and Appleworks. But being so new to it all, it would be easier if I could do it for her.
    Any advice, as always, would be appreciated.
    Rachel

    If you have ever had any personal files on the iMac which you would rather not share with anyone, you should use Disk Utility to erase the hard drive using the option to write zeroes. Overwriting the files is the only way to ensure that they can't be recovered at a later date.
    After that is complete, use the restore discs that came with your iMac to reinstall all of the original software (including AppleWorks). Then use the Tiger install disc to upgrade it to Tiger.

  • How can I make a gradient like this? (Edge between colors is hard, and bends)

    I'm using Illustrator CS5
    Looking to make a gradient similar to the one in the "BubbleBoddy" font here -
    What's the smartest way to go about doing this? I have a basic understanding of gradients, but I have no idea how to get the gradient line to bend like that, or how to get such a "hard edge" between the light and dark pink.
    Any help is greatly appreciated! Thank you!

    draw a curve, copy it, colour it, blend 'em (alt + ctrl + B or Object > Blend > Make
    then use your text as a mask.

  • I don't like the new layout. How can I make it look like it did before this unwanted update?

    I don't want to just reinstall the older version, since I'll be constantly refusing update requests and will lose any new security updates. I just want to have the layout I had before FF changed it without informing me in advance. Otherwise I will switch to a different browser. I'm a patient man, so I will give FF 24 hours to correct this unwanted annoyance before switching over to the competition.

    You can make Firefox 4 look and behave more like Firefox 3.6, for details see http://www.computertechtips.net/64/make-firefox-4-look-like-ff-3-6

  • During installation of the NI-VISA 2.01 driver I get an error that tells me that my file (NICVISA.DPT) doesnt look like a tar archive. How can I make it look like a tar archive or is that not the solution to the problem?

    I am trying to install the NI-VISA 2.01 driver I downloaded from the NI website on a HP-UX 10.2 platform, but it keeps giving me the following error:
    tar: /var/spool/sw/NICVISA.DPT: This doesnt look like a tar archive.
    I also get errors telling me that files can't be loaded because their missing from source media. What could be causing this? Some of the files are msgrt4.txt,ni7seg24.bdf,ni7seg26, etc... Can these needed files be downloaded anywhere or is the problem linked to the tar archive scenario..

    The files were corrupt. Originally I had downloaded the driver files to my PC and used FTP to transfer them to my UNIX machine.
    Your tech support rep. suggested I download the driver files via ftp.ni.com to my UNIX machine vs. the PC...this worked great. I am now communicating with my instrument

  • How can i make firefox look like windows explorer?

    i'm using a custom explorerframe.dll in windows explorer. Now I want the firefox navigation bar(back and forward buttons; address bar) to look exactly the same. Is there a script(userchrome.css) that can do this automatically or do i have to port the style and make my own theme?

    Right-click the Menu bar and click to de-select the Menu bar.

  • How can i make itunes look like the new version?

    I downloaded the new Itunes 11.4 and it's opening as the old version of Itunes, how do i open itunes to the updated version on my mac?

    Turnb off the left sidebar.
    iTunes menu Viiew > Hide Sidebar

  • How can I make Firefox look like the new updated toolbar?

    I installed Firefox 4 on a new computer running Windows XP, but I still have the old look and layout of Firefox. I want to use the new look with the all in one drop down menu bar.
    This is a fresh install of Firefox 4 with no previous version installed. Below is what mine looks like.
    See image: http://i52.tinypic.com/1532y4h.jpg

    Right-click the Menu bar and click to de-select the Menu bar.

Maybe you are looking for

  • How do I use the built in microphone on a macbook air?

    How do I use the built in microphone on a MacBook air?

  • What happened to Lenovo ThinkPlus USB Keyboard with UltraNav ?!?

    Hi all, I want a keyboard that works EXACTLY like my T410 native keyboard. I found the ThinkPlus USB Keyboard with UltraNav that looks wireless, but it's been discontinued as of Sept 2009...anyone know what's up with that? I also saw this Lenovo Fing

  • Where is the reference to 9.1? I have 10.2 everywhere yet still calling 9.1

    I have migrated a website from 2003 to 2005. Everytime I try to run the reports I get the following. I have tried everything from deploying the appropriate package (10.2) to the server to making sure there were add assembly references in the web.conf

  • FRM-10181

    Hi All, I am using form 6, 6i and 10g. All the library are in the specific path. But for one form when I am opening this I am getting the above error in form 6i. For all the version I have the correct pll in specific path and also i have updated the

  • ITunes 10.4 64-bit?

    The release notes say iTunes 10.4 is 64-bit, but it's not labeled as such in Activity Monitor.  It just shows up as a regular Intel application.  Any idea why this might be?  I'm still on Snow Leopard, but most of my apps are 64-bit anyway.