Any way to apply Twist effect twice in opposite directions?

I am trying to draw a sun-like shape. I started with a star polygon and apply the Twist effect. That gets me pretty good arms on the sun, but I'd like for something a bit more flame-like, so I'd like to get the arms to now bend back in the opposite direction. Is there any way to use or modify the Twist effect so that I can apply it a second time but bend further out in the opposite direction? Or is there some other good way to get the rotation along all the arms that someone can suggest?

One way is this. Start with a triangle and modify its anchor points as shown below.
Take the Rotate tool and Copy Rotate that object around a common rotation centre.
Add a circle.
Select all and apply Pathfinder Unite. Change fill colour.

Similar Messages

  • Any way to apply effects (warp, crystal, wrinkle etc) evenly to symetric geometric shapes?

    Hi all,
    Just wondering if anyone knows if there is a way to evenly apply a warp, wrinkle, crystal effect/tool to a symetric shape like a circle and other geometric shapes???
    Im I could probably cut the shape into parts and flip them over so that they look like they join all up then apply the effect to the one object which then evenly effects the others, actually thinking about it I'm probably starting to creep into keiloscope design.
    Just wondering how other go about it? I've used the brush technique where you make a brush then apply that brush to the circle to make different even effects, are there other ways of going about it???
    Any help would be great

    Raptor,
    Just wondering if anyone knows if there is a way to evenly apply a warp ... to a ... circle ... ???
    You might end up with, a circle.
    Joking aside, in many cases the most efficient way is probably to apply them to partial shapes and then combine; especially in connexion with kaleidoscopic shapes, rotation, either round a common centre or of pairs, may have a place. And symbols may be your friends.

  • Any way to apply or modify Illustrator Effects or Graphic Styles in PathItems from a javascript scri

    I see in the docs for Illustrator javascripting that "scripts cannot create new graphic styles" (lame, btw), and I can't find any member function or variable in the PathItem class that provides a link to any information about applied effects, graphic styles, etc..
    e.g. from a PathItem object I can get the first fill color (in pathItem.fillColor) but I can't seem to find the second one anywhere (fillColor does not return an array). If my PathItem has a dropshadow or a glow effect, or has a graphic style attached to it, I can't seem to find any trace of it, even in the debugger's Data Browser. The class reference docs don't make any reference to any effects or filters at all.
    Am I missing something obvious, or is it actually impossible to write a simple script that, say, adds a dropshadow to every selected item (without blowing away the current fill color)?
    Ken

    Yes, Actions is just AI's built-in macro recorder.
    What's needed is for an Action to be able to reliably include the running of a script. (That's been broken for three versions now.) That would accomodate a range of other possibilities.
    > do you know if there is a current effort or push to expose all the Illustrator functionality to scripts? Or is this something that would be easy to code with the Illustrator SDK?
    I don't know what the direction of AI development is, other than increased bugginess and ever more problematic installers/updaters. ;-)
    Have not yet messed with the SDK.
    There is a range of things that the Javascript implementation doesn't touch (editing Mesh Points, for just one example). Some of it I can understand, because of the tediousness that would be involved in coding.
    JET

  • Best way to apply same effect to multiple clips?

    I have a bunch of short clips in the timeline. I want them all to end with a "fade to black" and I want the audio to fade to 0 db. I know how to do this by applying the "fade to black" and then applying 1/2 a crossfade 0db. Is there a way to apply these two effects to several clips at once? How do I apply the audio and video effects together to a single clip with one move?

    create the effect using the opacity and volume overlays on one clip in the timeline, then right-click and copy. Select (ie highlight) the other clips you want, right-click any of them and choose 'paste attributes'. From the pop up you'll want to check the relevant options, opacity and audio levels, and that's it.

  • Best way to apply mono effect to stereo track?

    I have a bit of guitar gear that generates a stereo signal that I want to use. I can record it into a stereo track no problem. But I would also like to use effects like Channel EQ on it.
    Is there any straightforward way to apply a Channel EQ or other mono effect to both sides of the one stereo track? I seems like that would be a common enough thing to do for Logic to have a mechanism for it...
    I know that I could just record the stereo signal onto two mono channels, but then that becomes a hassle grouping them and keeping other settings synchronized, etc.

    Never mind. I just figured out that since I had selected one of the built-in electric guitar channel strips (as a starting point) that the effects in the menu were all mono. I reset the channel strip settings and then Channel EQ (and others) are now showing as stereo in the menu. Great!

  • Is there a way to apply sound effect to each application?

    Hello, I use x-fi surround 5.1 usb and windows 7-64bit.
    I like to play Elder Scrolls: Skyrim with stone hall EAX effect and winamp playing other mp3s.
    Is there a possible way to apply EAX only to Skyrim game and not winamp?
    It seems that no thread is talking about this issue. I really appreciate if someone gives me directions or hints.

    Hi,
    Sorry I don't think that is possible. EAX effects applies to all sounds when it is enabled.

  • Is there a way to apply an effect (same settings) on multiple files?

    I think the title pretty much says it all. I know that I can create a preset and for the dozen or so files I'm working with now that's not such a big deal, but if I get work through this client I could be working with fifty or so files and the time to open, add the effect, save, and close adds up fast. I've tried saving an applescript but that doesn't seem to work with applying an effect. Any suggestions?

    Copy the clip with the effect. Select the clips you want to apply it do. Use Edit>Paste Effects.

  • Any way to export Rack Effects settings?

    Oh hi!
    I'm looking forward to reinstall everything in my Win7 workstation and this include Audition. I have, tho, some user presets created in the effects rack that i would like to save before I wipe everything.  Is there any way to do this?
    Thanks!

    Audition's settings are saved in this location in Win 7.
    C:\Users\User_Name\Appdata\Roaming\Adobe\Audition\4.0\
    So back this up somewhere safe and copy it back over when you have re-installed everything.

  • Any way to apply AppleScript into subfolder for windows properties?

    I'm using the AppleScript below to set window's position and columns' widths to my liking. But I can only one window at a time. Is there a way to apply this script to all the subfolders? Automator can set window view to subfolders but can't set window's position and columns' widths.
    Any help or suggestion? Thanks
    tell application "Finder"
    activate
    set bounds of Finder window 1 to {top, left, window width, window height}
    select Finder window 1
    set width of column id name column of list view options of Finder window 1 to 450
    set width of column id modification date column of list view options of Finder window 1 to 150
    set width of column id size column of list view options of Finder window 1 to 100
    end tell

    You can open Finder windows for all of the subfolders of the front window, then loop through each one making your settings. Since this approach will also change the settings for any other open Finder windows, in my example script I just close all but the front window. Your example script doesn't use correct terminology for the bounds of Finder windows, so change the numbers I used for the bounds as desired:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #FFEE80;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    set {TheLeft, TheTop, TheRight, TheBottom} to {50, 50, 900, 500} -- a Finder window bounding rectangle
    tell application "Finder"
    try -- skip if no window
    set TheWindows to (count Finder windows)
    if TheWindows is greater than 1 then -- close other windows
    repeat with SomeWindow from TheWindows to 2 by -1
    close window SomeWindow
    end repeat
    end if
    open folders of entire contents of (get target of window 1) -- all
    -- open folders of (get target of window 1) -- one level
    on error errmess
    log errmess
    end try
    repeat with SomeWindow in (get Finder windows)
    set bounds of SomeWindow to {TheLeft, TheTop, TheRight, TheBottom}
    set width of column id name column of list view options of SomeWindow to 450
    set width of column id modification date column of list view options of SomeWindow to 150
    set width of column id size column of list view options of SomeWindow to 10
    end repeat
    end tell</pre>

  • Any way to apply presets to tethered shooting?

    i can't find a way to apply a preset/set of presets/look to files coming in when shooting tethered....is there a way to do this?
    apple really needs to find a way to make presets or looks possible....i find more ways to fine-tune aperture every day, but this is one glaring omission...yes i am aware of the work around to save presets, but there really should be a way to make this possible....

    Some Wifi access points provide iPass as a selection when you authenticate (for example, the Philly Airport allowed me to specify "iPass" in the provider pull down for the ATT access point). Using your iPass username and password will work in those instances.
    However, I haven't found the availability of iPass via access point login web interfaces to be wide spread.

  • HT204216 On my PC I used to having messenger IMs move freely through out my screen. is there any way to get this effect on a mac? Switching screen just to respond to an IM is getting really annoying.

    coming from a PC user: Is there any way to Have IMs from messengers be able to "float" freely within the screen Instead of flipping from safari( or whatever is open ) to the messenger? I'm not sure this even makes sense.

    Many providers either assign and/or let you set an email address to be used instead of your phone number. All the providers here in Japan do that. It may be possible in the U.S. too.
    So while you can send to my phone number (which is only useful if using an app which capable of doing that), you can also send an MMS to a special email address, which makes it possible to send MMS messages from an ordinary email client to my phone. That is very convenient.
    On my iPhone 5 there is a setting in Settings > Messages at the bottom that is labeled "MMS Email Address". If I enter the email address there (which has to be registered with my cell phone provider) then people can send me MMS messages from phones or ordinary email clients.
    doug

  • Any way to "grab" (or other screen shot utility) directly to PDF?

    I need to repeatedly capture just part of a screen window and save as a PDF file. Right now, I use the "grab" utility, but it only seems to save it as a TIFF file. Then I have to use "preview" to open that TIFF file and resave again as a PDF.
    Is there any way to save my partial screen capture just once as a PDF instead of going through my current 2-step process? Possibly saving to JPEG may also work too.
    Thanks!

    TinkerTool will allow you to change the type of file that the default screenshot utility produces. Applications like Skitch give you more dynamic control over the format and destination of every screenshot you take.

  • Any way to apply ActiveSync Policies by device?

    Trying to find a conclusive answer to where this is possible or not...
    Essentially, we have some users who wish to access email from Surface Pro tablets using activesync. Our existing policies that we enforce would require them to encrypt both the device, and any attached SD cards. The requirement for encrypted SD cards
    doesn't work with the Surface Pro tablets, thus they would not be able to sync mail under the current policy. Since we have other means of securing the tablets, I'd like to relax that rule only for the surface pro, while keeping it in place for other devices
    such as iPhone and Android. The problem is that since ActiveSync policies are applied at the user level, any user with multiple devices would get the relaxed policy regardless of device.
    I was wondering if there was a creative way to enforce different policy aspects based on the type of device, rather than the user owning the device.

    Not if you are using policies, no.
    You can allow Devices by user however and set-casmailbox
    ActiveSyncAllowedDeviceIDs
    Optional
    Microsoft.Exchange.Data.MultiValuedProperty
    The ActiveSyncAllowedDeviceIDs parameter accepts a list of device IDs that are allowed to synchronize with the mailbox.
    However, devices are not blocked from synchronizing unless this parameter is used together with settings that are defined by the
    set-ActiveSyncOrganizationSettings –DefaultAccessLevel cmdlet.
    Note:
    When you use the set-ActiveSyncOrganizationSettings –DefaultAccessLevel cmdlet, devices can still be blocked if they do not comply with a specific ActiveSync policy, regardless of whether the device is allowed by the list that is provided
    to ActiveSyncAllowedDeviceIDs. 
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Is there any way to get more effects/transitions free for CC ?

    The one thing FCP X has over PP CC is that it has many more included effects/transitions, basic things even like star wipes and circular wipes - CC doesn't seem to have a lot of that - does anyone know where to get free plugins from ?

    To create a custom effect, I usually start with a preset that is simiilar to the effect I want, apply it to the clip, change/customise as you want, then in the Effect Controls window right-click (Windows) on the Effect and you will see an option to "Save Preset".  It will then show up under Presets at the top of the list.
    Periodically it is a good idea to back up the presets (as it is any of the settings because the new Sync to Cloud doesn't seem all that reliable or does it even back these up, IDK) by clicking on the panel menu and selecting "Export" option.

  • Any way to make Motion Effect work in CS3?

    I had some problems with animated motion effects in CS2, but now they seem to be even worse in CS3... Along with all the other CS3 problems I've encountered, I'm considering going back to CS2 - but I thought I'd try here first...
    With an interlaced video project (NTSC SD) anything (title, photo, or video) that is put in motion using keyframes for the built-in Motion Effect comes out VERY bad.
    I tried a test with a clip that is only three frames long, consisting of white box approx. 100x100 pixels (made via Titler) and starting at frame 0, offset horizontally by 360 and at the 3rd frame (frame 2) offset horizontally by 380. (20 pixel shift)
    FIRST PROBLEM: Look at the frame 0 and frame 1 in the program monitor at 100%. Now try any other magnification - completely different results!!
    SECOND PROBLEM: To export these three frames, I have to set the work area bar to include FOUR frames, because if I animate motion of a clip and then export, the last frame is SOMETIMES not included in the output file. If you're playing along, output five frames just to be sure.
    THIRD PROBLEM: Open the clip in Photoshop. (The only application in CS3 that appears to work correctly.) At first glance, frame one appears to be interlaced because of the motion. But it's not. The second field is nowhere near where it should be in time relative to the movement. If you use an actual photo instead of a white box, you can see how badly it's mangled. (Not just fields in wrong position, but badly mangled.)
    FOURTH PROBLEM: Frame 1 and 2 (the 2nd and third frame) are also badly mangled.
    FIFTH PROBLEM: The fourth frame (frame 3) consists of the the final resting place of the object - BUT IT SHOULDN'T BE THERE AT ALL! (The 4th frame is blank.)
    I know, I know, long rant... I'm just getting so fed up with all of the problems with CS3...
    Anyway, are there other alternatives that will work on interlaced video??? (For now, I had to create a different project that was progressive, and render to a temp file to import into the interleaved project. It looks better, but not nearly as smooth of motion as it should be.)

    Please provide
    these details to help us help you.
    Cheers
    Eddie
    Forum FAQ
    Premiere Pro Wiki
    - Over 250 frequently answered questions
    - Over 100 free tutorials
    - Maintained by editors like
    you

Maybe you are looking for

  • Code changes are not reflecting

    Hi, I am facing one strange issue. One of my colleague developer made some code changes. He checkin the code and was transported successfully to quality system. The changes are working fine in quality system. Now using my NWDS I synced the code by co

  • G/L account display

    Dear all, Is there is any report which shows the list of material documents, and corresponding debit & credit G/L accounts. Thanks & regards Madhu

  • Where to download an older version of firefox

    I have an older Mac laptop running OS 10.4. Is there a compatible version of Firefox and if so, where would the downloan be located on your website? Thank you

  • Hyperion Reports Question...

    Howdy!I am using Hyperion Reports 1.7 that was bundled with Hyperion Planning 2.3.1. I have several reports that take advantage of the "Expansion" capabilities, but I don't see a way to make the report "Initially Expanded". Is this possible in this o

  • Any compatibility issues with IE8 for STVN 2.1 Orgchart?

    Hi Experts, Just curious if there are any issues with running IE8 compatibility mode for Nakisa STVN 2.1 Orgchart? Thanks, Michael Dinh