Something I Would Like to see in Flash

When creating animations I start with the final image and
then animate the elements into position e.g. If I am animating the
word FRY onto the screen then I would place the artwork for the
word on screen and then create 3 seperate movies to animate the F
coming from the left, Y from the right and then R from the top.
The problem comes if the client changes something e.g. if
they want the R (only) to be in a different font. In this example
the animation for the 'F' movie would need to move to the left ...
but the problem is that you do not know how far to the left to move
it because you can not see the end position of the animation on
screen.
What I would like is the ability to select a frame in a movie
as the frame that is seen in movies which contain it (in this case
I would mark the end one) rather than the current 'default' of
frame 1. This has two advantages...
1) If only part of an animation needs changing you can easily
see where to move the other elements. (Whilst the above example
would be easy to do without this - it is not so easy when you have
animations inside animations inside animations.)
2) If the aniimation starts with a blank frame then it
becomes MUCH easier to find it on screen. (The current circle that
appears can be hard to find and hard to click on).
I realise that this would be a non-trivial change to
implement - but I can hope.

Onion skinning is very useful, but it only works (as far as I
can tell) for graphics that exist in the current movie. What I
don't think it allows for is for the following...
Put two graphics on screen.
Turn the first graphic into a movie (movie 'A') with 2
frames. Make the first frame blank and keep the graphic in the 2nd.
Return to the top layer, you now will not see the graphic as
it only shows frame 1 of movie 'A' and not frame 2.
Repeat for the second graphic (creating movie 'B') so you now
have 2 movies on the sceen, but there is nothing visible.
Now what I would like to be able to do is see Frame 2 (or any
specified frame) of the movies on screen instead of Frame 1. If,
for example, you changed the graphic in movie 'A' you can not see
how the new movie will look with BOTH the graphics in 'A' and 'B'
visible at the same time. You can run the movie but if the relative
position of the 2 graphics is off then there is no easy way of
positioning them correctly.
Obviously with only 2 frames and 2 movies you can use other
methods, but if they form part of a long and complex animation with
movies inside movies inside movies then it becomes very difficult
to make such changes.

Similar Messages

  • Is there a way I can suggest something I would like to see this browser do?

    I do not know where I can summit suggestions. What I would like to be able to do is save sessions. A session would be all the tabs I have up at the time I told it to save sessions. It could even be made to save multiple sessions and you could pick different ones according to what you need.

    Firefox saves sessions primarily for the purpose of crash recovery. You can restore a previous session after starting Firefox; that's on the History menu. But that's only the ''immediately previous'' session. To save more sessions, currently you would need to use the Session Manager extension: [https://addons.mozilla.org/firefox/addon/session-manager/].

  • Three things I would like to see in Flash Catalyst.

    1. I would REALLY like a way to edit the code in Flash Catalyst. If Adobe doesn't figure this one out, they will lose a lot of business. I'm not going to buy an other product like Flex just so I can edit the code. I'm sure I'm not the only one, but once in a while, designers need to edit some code.
    2. It would be nice if I could just double click groups or layers to edit them (like in Flash an illustrator). Currently, it is very painful having to dig through groups and layers just to edit an object. This is a real time waster and it can add several hours on to a small project.
    3. Effects. I know you can add drop shadows and glows to objects in Photoshop and Illustrator, but is the a way to do these in Catalyst? That would be nice to have.
    Thoughts?

    Thank you for the feedback. Let me respond to each of your suggestions:
    1. Code editing
    We certainly recognize the value of editing code in Catalyst and recognize that designers as well as developers want to edit their code. Being about to robustly round trip code in Catalyst is a feature that we plan to address in a later version of Catalyst.
    2. Editing in place/isolation mode on groups
    I agree that this is a real time saver by making selections and editing much faster. For now, a work-around that may work for some artwork is to convert it to a custom component so that it can be edited in isolation. I recognize this is a trade off. If you convert artwork to a component then you can edit in place, but you won't be able to use the white arrow selection tool to "reach" into the component when you are not editing in place
    3. Applying effects to artwork in Catalyst
    Coming in the next beta release :-)
    Ty

  • Features I would very much like to see in Flash CS5

    Just a preface: I'm coming at this from the perspective of a professional Flash character animator.  I've worked on two TV shows and one big-budget online virtual world/game and I've been using Flash professionally since MX 2004.  I've also written a lot of JSFL commands and done a little actionscript programming (I used to be a software engineer, so the programming comes pretty maturally to me).
    So with that said, here are some of the things that I'd really like to see in the next version of Flash, approximately in order from more to les important:
    3. Stability and user friendliness.  Please, guys, spend a little more time on polish and leave off the one or two extra cool features that you were thinking about throwing in.
    13. Color management.  I can't emphasize this one enough.  COLOR MANAGEMENT!  Take a look at Toon Boom Studio for what I'm talking about.  Particularly in large projects, the ability to have a real color palette, rather than just having each shape have an RGBA value, would be incredibly useful.  That way if I decide I don't like the color of a character's shirt I could just change the shirt color palette entry and it would automatically update every shape in the file that used that palette entry.  An extra bonus, though less important, would be to be able to control it from Actionscript -- to be able to change a palette entry dynamically at run-time.
    5. non-affine transforms for symbols.  Particularly, we want trapezoidal/perspective skew!  I've heard SO many people talk about wanting this.  I was hoping that the 3D stuff in CS4 would allow it, but no such luck.  While it's theoretically possible the controls just aren't set up to allow it.
    1. Make EVERYTHING in the Flash authoring environment scriptable.  Currently there are a number of things that can be neither scripted nor given a keyboard shortcut, (for instance the onionskinning controls).
    2. Make Flash remember its maximized status from the previous session (this is a problem in many Adobe products).
    4. Real hardware 3d acceleration.
    6. Refine the JSFL API to be more thorough and consistent (see also #1).  Make it so that everything you can do in JSFL happens in a way that makes sense.  For instance, a couple problems I had recently: delete a shape from the stage and then draw a new one with Path.makeShape() and the new shape is created as if the old one were still there (with extra vertices at edge intersections); and Path.makeShape() won't create cubic paths -- it automatically converts cubic contours to quadrilateral ones.
    7. Speaking of types of paths: Make the distinction between quadrilateral and cubic paths clearer to the user.  Most people I talk to don't have any idea what the difference is, or that cubic paths are likely to produce more vertices than they expect in the final SWF.  In fact, I think you should consider ditching the distinction entirely, at least from the user's perspective.  Make every path in the authoring environment cubic, and just convert them to quadrilateral (if you must) on export.  This'll relieve a lot of annoyance from users unexpectedly finding that their shape they just created very frugally suddenly has three times as many vertices.
    8. Make bones work better on raw shapes.  In fact, make them work more like Maya: each bone should affect each vertex to a degree decidable by the user.  Currently bones affect each vertex either 0% or 100%, which means that, for instance, it's nearly impossible to get a smoothly curving snake.
    9. Add at least one new fill style: we have radial blending, but the major one we're missing is the OTHER kind of radial -- with rays shooting our from a center.  Perhaps less realistically, I can't tell you how much it would rock to be able to use a path-based color blend -- where the blend actually follows an arbitrary path (like what you can do in Synfig -- www.synfig.org).
    10. Add precision to the stage.  Currently it's very hard to position things when zoomed in close, and display artifacts are show up on curves, where they get flattened out for no apparent reason.  I think the display artifacts are new to CS4, so perhaps it's just a bug that needs to be worked out in the new display engine?  But the current situation is a real pain -- where any symbol that's created relatively small will unavoidably contain rendering and positioning issues.
    11. A feature that's been missing (and sorely missed by TV animators) since Flash 8 is the ability to smoothly copy and paste from Flash to Illustrator.  There's absolutely no reason this shouldn't be an easy task, and I'm still confused as to why it disappeared from MX 2004 to Flash 8.  It's extremely useful for applying art brushes to paths or animating 3D door swings in Illustrator and then bringing the art back into Flash.
    12. For that matter, what about art brushes in Flash?  I realize they would be heavy in the SWF -- either in rendering time or in space used -- but you've already got stipled brushtrokes, and aren't those just as heavy?  Art brushes would be INCREDIBLY useful to animators and designers.
    14. Engage with the people who use Flash.  Get some dialogue going on between users and developers.  Most Flash users I meet (admittedly mostly character animators and character rig builders/designers) have very specific wishes for Flash, and for the most part they coincide very nicely.  Yet release after release we don't see any of the changes, features, or bugfixes, that seem the most obvious.

    Hi there,
    I can assure you that the wishlist is monitored by our team. It does not go into a black hole or shredder - the messages are read by the Flash team, and forwarded as needed, and non-duplicate/legitimate bugs are filed.
    Some of the things on your list are known. I'll go through the items, and encourage you to send some messages along these lines (I'd recommend one submission per item, but this is up to you).
    * Stability and performance: This is definitely still being worked on. You'll see a lot of that work in the Flash 10.0.2 update, and I can assure you it's still a priority.
    * Color management improvements: We do have bugs in this area filed, I believe very similar or the same as you have below, but  please feel free to your ideas in this area if you'd like to ensure they're covered.
    * Transforms for symbols (3D), and hardware acceleration: Should submit this to the Flash Player wishform (which is external, enabling votes) - if they support it, that support can be transferred to the authoring tool. http://bugs.adobe.com/flashplayer/
    * Keyboard shortcuts and JSAPI: Please submit any specific requests (exact areas that are missing). For the keyboard shortcuts for UI where they cannot yet be assigned, this would be a separate request (I'm not sure about the feasibility of buttons as opposed to menu items).
    * Cubic vs quadratic paths: This is known and is a difference between the authoring tools/UI and Flash Player, and it's the reason for "10" (more precision to the stage). It's not really about artifacts or precision, but about how Flash Player renders curves in general. If you draw in an AS2 document, you won't see the change from curves to flat edges. If you export that document to the Player in AS2, you'll see the "artifacts" you see on the stage in AS3 documents. This is a known issue of the authoring UI and drawing tools, and making this better is really really high priority in my books too.
    * Bones: Many issues are known and presently being worked on.
    * Fill style: Please feel free to file this enhancement request, I'm not sure if it has been requested.
    * Cross-product copy/paste (Illustrator): This is known, but if you have some specific issues or workflows you've encountered and want to make sure its rectified, please send that along.
    * Brushes: Definitely requested/known. I'd love to see that too, in particular.
    * Engaging with users: Definitely covered too!  That's why we have betas (which do include prominent animators), why I hang out here, and so on. We do have designers (I went to art school) and animators on the team too. I know how it feels though - many of the features I'd most like to see can't be added yet, as Flash covers such a broad user base from coders to animators (many releases have left the coders feeling the same way). All I can say is please submit your feedback to the wishlist, and continue to voice up about what you'd most like to see in Flash with the specifics.
    Great feedback!
    Thanks.

  • Some adjusts i would like to see

    The color pallete of the flash could be a little more integrated with the tools menu. Also, i would like to see alpha transparency options, on shapes. In fact you could make a new menu for the shapes and bitmaps.
    And about JPG integration I have a doubt, how do i import jpg's and export jpg's with good results? Cheers

    post your request in the appropriate location:  https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • I would like to 'see and hear' my mac book pro output on my TV  how do I ?

    I have a new Mac book Pro and I would like to 'see and hear' the Audio and video on my television. My tv has 2 audio phono RCA jacks on the side and 1 video RCA jack on the side. It also has a s-video as well on the side (I have never used s-video.) My Mac Book Pro came with a DVI to VGA little cable adapter but how do I use this to get to my TV inputs? Do I have to buy from Apple, (or somewhere else), that cable called DVI to Video Adapter? but then that is only for the video? How do I get the audio out? From the headphone socket? And if this is the only way why hasn't Apple made their DVI out socket a dual purpose output ie: Video AND audio, like the mini DVI for the G4 powerbooks? Please help. If anyone has also come across this problem. I want to see my timeline in FCP on the TV before I put it to tape. Thanks.
    Thanx

    I have a new Mac book Pro and I would like to 'see
    and hear' the Audio and video on my television. My tv
    has 2 audio phono RCA jacks on the side and 1 video
    RCA jack on the side. It also has a s-video as well
    on the side (I have never used s-video.) My Mac Book
    Pro came with a DVI to VGA little cable adapter but
    how do I use this to get to my TV inputs? Do I have
    to buy from Apple, (or somewhere else), that cable
    called DVI to Video Adapter?
    You need a DVI or VGA to svideo adapter. They aren't cheap.
    but then that is only
    for the video? How do I get the audio out? From the
    headphone socket?
    Yup.
    And if this is the only way why
    hasn't Apple made their DVI out socket a dual purpose
    output ie: Video AND audio, like the mini DVI for the
    G4 powerbooks?
    Because DVI carries only video. Apple is using a new video card in the MBP with different abilities.
    Please help. If anyone has also come
    across this problem. I want to see my timeline in FCP
    on the TV before I put it to tape. Thanks.
    Most people doing this are using TV's with DVI/HDMI inputs.
    Thanx

  • FaceTime: I have a iPad, iPhone, iMac all on the same apple Id/account. Without changing id/email address can I use FaceTime between any 2 of my devices? It works from iPad to iPhone but not the other way??? I would like talk/see my kids if am away

    FaceTime: I have a iPad, iPhone, iMac all on the same apple Id/account. Without changing id/email address can I use FaceTime between any 2 of my devices? It works from iPad to iPhone but not the other way??? I would like talk/see my kids if am away.
    Hope you can help.
    I have added a new email address but kept my Id, but I get busy when trying from iPhone to iPad as they are clashing. Like find my iPhone app hence trying to keep them all on one account

    IOS: using facetime http://support.apple.com/kb/ht4319
    using an ipad will use the email address since you can't make a phone call.  see the link.
    Your basically calling/emailing yourself that's why your getting a busy signal.

  • IDEA!!! Great to see Apple and the Drummer for Logic! What I would like to see???

    Now what I would love to see and have talked to many that feel the same way, some  of my friends work with Aaron Carter, writers, to Kelly Clarkson, Foo Fighters to composers and many want a JOHN WILLIAMS ASSISTANT, maybe thats what it should be called? Assistant or Arranger? Basically, I have seen many take Band in A Box (NO LAUGHING YET), play a riff on the piano, then it puts together some great ok, fair arragements that you never would of thought to do. They then open Omnisphere, BFD (or some drum thing), Trilogy (for bass), and a SOFTWARE ORCHESTRA and they have insta song. Apple would do the best job and really wished they snagged giga studio? I have great ears, can tell CHINA vs AMERICAN 6L6 coke bottles apart, even easier vs EL34, or broken .10 cent capacitor. Which would cost you that glassy~shimmer sound, like fender has, so this should had been swooped up by Apple as it was the WARMEST SOUNDING SAMPLER EVER INVENTED - probably one of a few that have a working MAC copy - -but they were to slow  - by the time they had it, everyone ahd their own, OR they had (TASCAM) problems with security so when you get Kontakt, yeah, it might have great security but your paying for via the ROUND, WARM sound only possible by GIGA and Apple!
    Now, I don't want someone with ZERO TALENT to come in, push a button and poof, a song, they tried with MAGIC GARAGE BAND but never really developed it so all they songs sound the same.
    I would like to see a bass, orchestral, guitar, (although nothing beats playing) and especially an arranger where you lay down some notes and boom, a song is arranged for you.  Apple could do it.  Most that have Pro Tools also have LOGIC and most new hardware has THUNDERBOLT, so, if they put their minds to it, they would grab the pro's, prosumers in an instant and anyone on a PC would switch to mac just for the arranging as J. Wiiliams will play a few notes sometimes, and have an arranger write it out take off for a week or so and come back with a few versions.
    Apple could do that, have a button to push, save but try again>Man, just having a program that throws maybe plugins and so on into the channel and change with the push of a button would be geniuos.  Not to mention, start researching John Lennon, 65, 70, 75, 80 vocal chain, press a button, you have his affects/doubling, et-cetera. Plus Paul, Kurt K., Kelly Clarkson, everything from ROCK to metal to country and teen pop would be dope.
    Then have LOGIC self regulate via the spectrum analizer and change thinks around until it  was full as a great song with the guitar SOLO'd, should sound like poop, but when the rest of the mix is on, magic!
    PEACE.

    HI,
    I'm not quite sure who you think you are addressing here with your idea but this is a user to user forum. Apple don't come here.
    If you want to offer ideas or feedback to Apple, it would be best for you to do it here:
    http://www.apple.com/feedback/logic-pro.html

  • TS4006 I have iphone4s, ipod4. I would like to see the my item in the map in this app. But it doesnt come up, and they said it cant find in online. So Could help me? I

    Please help me!

    You know the app the name of find my iphone.
    I would like to see in my iphone location in this app.
    Also my ipod too.
    Please help me

  • I can not sync my mailboxes with Icloud. I would like to see the same mails in all my apple devices. Can someone please tell me how? My calendar and contacts sync but my mailboxes dont...

    I would like to see the same mails in all my apple devices. Can someone please tell me how? My calendar and contacts sync but my mailboxes dont...

    I would like to see the same mails in all my apple devices.
    On iOS devices tap Settings > iCloud
    Make sure Mail is swtiched ON.
    Apple - iCloud - Learn how to set up iCloud on all your devices.

  • I would like to see the stock level of the material through T code

    hi
    I would like to see the material stock by plant storage location
    the required details are Unrestricted avilable stock , Order stock , delivery stock , blocked stock , quality stock
      what is the T code to view all those things
    Dinesh

    Hi
    use T code <b>MB52</b> to view stock in detail
    Vishal...

  • I would like to see ----- Visio

    I would like to see timer recording added to the next firmware. I have a Radioyourway LX and if my Vision M would do what the LX does, GAME OVER. Please add timer recording to the Vision M. Also bookmarking for the vovies would be nice too. I do not understand why that was left out?
    Bill

    Movies do have a resume feature. It's not as good as bookmarks, but adequate for me. If I exit the movie, it remembers exactly where I left off the next time I go back to it. I doubt we'll see timed recordings, but send some emails to Creative, especially the developer relations section.

  • I would like to see sliding menu widgets for mobile devices.

    I would like to see sliding menu widgets for mobile devices.

    You can tell Apple at the link below.
    http://www.apple.com/feedback/iphone.html

  • I would like to see history on my form from Day 1, currently I can only see partial history! Help!

    I would like to see history on my form from Day 1, currently I can only see partial history! Help!

    Hi;
    Is the form a form that was shared with you or one that you created originally?  The History you see is from the point you had access to the form, so if the form was shared with you it would only show history from that point forward.
    If this doesn't explain what you see you can email me the link to your form at [email protected] and I will see if we can see anything.
    Thanks,
    Josh

  • I would like to see my photos on iCloud. Which way can I reach?

    I would like to see my photos on iCloud. Which way can I reach?

    Welcome to the Apple Community.
    You can see your photos on any device using your ID and photo stream.
    If you want to see them in a web browser you need to create a shared photo stream album and make it public.

Maybe you are looking for

  • New Value Fields in COPA

    hi All COPA configuration with characteristics and value fields is already transported to QAS. I have created three new Value fileds in DEV and want to transport in QAS?

  • Issues with Infoview data refresh on Crystal Reports based on BW BeX query

    Hi all, We applied the Business Objects XI3.1 fix pack 3.1 with Integration toolkit fix pack 3.1 in our environment. After that we started having trouble with Crystal Reports based on BeX queries that use manual input variables. The data refresh woul

  • Bootable Backup- created and works BUT....

    I've got a full bootable backup on my external lacie firewire drive. My PB G4 15" can boot from it, happily. (tiger, not leopard) My question is what other macs could boot off the drive? e.g. MacMini, Macbook, Macbook pro (intel)? or is the bootable

  • Mail fails to connect to smtp servers after 10.9.3 update

    Wiped hard drive and installed 10.9 plus 10.9.3 combo updater. 90% of my email accounts cannot connect to their smtp servers. Created a new user account and setup Mail with an account with the same result.

  • Macbook pro retina windows 7 iso problem

    Im on a macbook pro retina and have been trying to install windows 7 on it through bootcamp for the past 3 hours and no matter what image of Windows 7 I download from the internet it never fits bootcamp's requirements. I've gotten all the possible pr