Getting an object to move back and forth

OK, at first this seemed like the easiest thing to do, but I've tried to make it work a number of different ways and nothing seems to work. I have a movie clip that I want to have constantly moving back and forth across the stage, basically "bounce" off the left and right sides. What's the best way to do this using AS2?

Nope, no AS, just a regular tween added between two keyframes. The tween is on the timeline of the movieclip, not on the main timeline. So, when the movie clip loads it automatically runs through it's own timeline. It gets bigger and bigger, then at the end of it's timeline the movieclip gets removed. The timeline seems to play properly because after a couple second the movie clip does get removed, it just doesn't get bigger. Why would having one movie clim move back and forth stop another movie clip from using it's tween?

Similar Messages

  • My volume button rapidly moves back and forth. My sound is terrible. How do I get it to stop?

    My volume button moves rapidly back and forth. It distorts the sound on my movies/music. Why is this happening and how can I make it stop? E

    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    ATTN: Beginning July 2013 Apple Stores are now equipped to do screen repairs/replacements in-house on iPhone 5 and 5C. In some cases while you wait. According to Apple this is the beginning of equipping Apple Stores with the resources needed to do most repairs for iPhones, iPads, and iPod Touches that would not require major replacements. Later in the year the services may be extended as Apple Stores become equipped and staffed with the proper repair expertise. So, if you need a screen repaired or a broken screen replaced or have your stuck Home button fixed, call your local Apple Store to see if they are now doing these in-house.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    You will find respective repair costs in the appropriate link:
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task:
    1. iResq or Google for others.
    2. Buy and replace screen yourself: iFixit

  • Episode stops at one moment and the picture moves back and forth!

    I have bought a series of 4 episodes. The first two were working just fine, but the 3rd one stops exactly at 5 minutes 30. in itunes, the picture starts moving back and forth and when i scroll to another point in the timeline, the image gets green or the episode is playing in high speed!? at about 10 minutes the video seems to start working again.
    As far as i have seen, episode number 4 is working fine as well.
    i installed the newest versions of itunes and quicktime but it didn't help
    maybe something went wrong while downloading? if so, is there a possibility to redownload it somehow?
    Thanks for helping!

    That's strange. Have you tested this with TextBox and a regular binding? Perhaps it's related to the TextChanged event firing to update the binding?
    Vote if help you

  • New Safari is missing the arrows to move back and forth

    I have had to drop out of Safari and go to Chrome to have arrows back and forth on a web page....
    They must be there, but where?

    In the top Left hand corner next to the iCloud button, which is next to the search bar.

  • FAQ: Why does my layer (camera) move back and forth between keyframes of equal value?

    In some cases, the Auto Bezier spatial interpolation for Position keyframes can cause undesired back-and-forth (boomerang) motion between two keyframes with equal values. In such a case, you can change the earlier keyframe to use Hold interpolation or change both keyframes to use Linear interpolation.
    To change the default to linear interpolation, choose Edit > Preferences > General (Windows) or After Effects > Preferences > General (Mac OS), and select Default Spatial Interpolation To Linear. Changing the preference setting does not affect keyframes that already exist or new keyframes on properties for which keyframes already exist.
    For more information, including links to some video tutorials that demonstrate this problem and its solutions, see the "Controlling change with interploation" section of After Effects Help.

    In some cases, the Auto Bezier spatial interpolation for Position keyframes can cause undesired back-and-forth (boomerang) motion between two keyframes with equal values. In such a case, you can change the earlier keyframe to use Hold interpolation or change both keyframes to use Linear interpolation.
    To change the default to linear interpolation, choose Edit > Preferences > General (Windows) or After Effects > Preferences > General (Mac OS), and select Default Spatial Interpolation To Linear. Changing the preference setting does not affect keyframes that already exist or new keyframes on properties for which keyframes already exist.
    For more information, including links to some video tutorials that demonstrate this problem and its solutions, see the "Controlling change with interploation" section of After Effects Help.

  • Move back and forth between frames in a sequence.

    I am developing a program that is a sequence with many frames (40 so far).  In each frame there is a VI that I have created.  Each of these VIs has an input terminal to which I wire a string constant that asks the user a question or gives the user a command.  There are either one or two output terminals on these VIs.  When there are two output terminals.  The VI will feature two LEDs that signify either a true or false outcome.  When there is one terminal, there is only one LED that signifies that the user has read and understands the command or instructions that were given.  Their are basically three types of VIs:
    1) In the first type, the user is required to enter a numeric answer and press a "next" button in response to the question in the string constant.  At that point, the number entered is compared with a desired range or set of acceptable values.
    2) In the second type, the user answers the question in the string constant by clicking either the "yes" button or "no" button.
    3) In the third type, the user is required to enter a "next" button to acknowledge understanding or completion of the command that appears in the string constant.
    I would like to create two additional buttons on each of these VIs.  One that will move the program back to the previous frame in the sequence and another that will move the program forward to the next frame in the sequence.  I basically need to create a "back" button and a "forward" button that will allow the user to advance or return to specific frames in the sequence without restarting the program.
    I haven't the slightest clue how to do this.  Can anyone help me out?

    Don't use a sequence structure.  You cannot move backwards to a previous sequence.  Instead, use a state machine.  Search for examples in Labview.  Basically, a state machine is a case structure with some variable containing the next state wired to its input selector terminal.  Each of your frames can be put into a case.  Your code can decide which is the next case to call.  A queue is excellent for holding the next case to be called.  See the attached example for a Queued State Machine.
    - tbob
    Inventor of the WORM Global
    Attachments:
    QueuedStateMachine.vi ‏69 KB

  • Best way to make a short movie that can play back and forth smooth?

    Hi!
    I have a short .flv clip (video) of a shoe rotating 360 degrees.
    The clip is less then 4 seconds and about 320kb in size and I'm using flash CS4.
    I'm trying to build some sort of a player that lets the user scrub through the movie (back and forth).
    The player is also supposed to be able to play the clip back or forth at a speed selected by the user.
    I have read kglad's reply about "How to play backwards flv imported in timeline on flash cs3?", and the code works perfect, except that the video is not playing smooth when played backwards. I guess when playing normal, the next frames are by default buffered, but when playing backwards they are not...
    Which is the best way of doing this?.
    Maybe it has already been done? Has anyone heard about something similar?
    Thanks in advance!

    Hi!
    Please find the file attached. I changed the file extension from .fla to .eps.
    (I also added one with the extension .mpg)
    Basically I just want to be able to rotate the shoe in either direction,
    but then I also would like the user to be able to "spin" it.
    Meaning that when the user turns the shoe around, the speed is recorded,
    and when he releases the mousebutton, the shoe will continue to rotate at that speed.
    Do you think it could work using video? Or do I have to use stillimages instead?
    Your script worked, but the film doesn't playback smoothly..
    Thanks in advance!

  • HELP! How can I switch back and forth from LT to FCE to sync sound?

    I'm using LT 1.2.1 and FCE 3.0. I haven't used it for 2 or 3 years, but people in this forum have been amazing at helping me get an old project working again.
    Here's my latest question. I swore back then there was a way to move back and forth between LT and FCP so I wouldn't have to render my LT files each time I wanted to drop it into FCP.
    Here's what I'm doing:
    I've created an entire "movie" in LT that now needs to be fine-tuned to be sync'd up with a professional voiceover, which is why I'm using FCP. The only way I can figure out how to make sure the LT file is going to be sync'd with the audio is to render the movie in LT, import it into FCE, see if the audio works with it, if not, I go back to LT, move things around, then re-render, import into FCE, and hope it all sync's.
    I think there was an easier way to go back and forth between the two.
    Along the same lines, is there a way to get the audio from FCE (or some sort of a representation) into LT? The LT file must be adapted to the audio, and if I could "see" the audio in LT, it would be infinitely easier.
    Thanks!
    Bob

    LiveType does not support any kind of audio, Bob.
    Go through your movie in the FC Timeline and set markers at the relevant cue points by pressing M.
    Pressing M a second time whilst sitting on the marker, will open a dialog where you can type a suitable description in the name field. Keep the description short -it might help to take notes too.
    Export a copy of the movie (including markers) and bring it into LiveType with File > Place background Movie. The markers will show up at the top of the LT timeline, with their descriptions.
    Delete the background from LiveType when you have everything lined up. Save your LT project file and import it into FCE. You can use the project file exactly like a video clip.
    If you need to go back to LiveType for changes, right click the LT file in FCE's Timeline. Choose "Open in Editor". This will open the project in LT. Make changes, save the file and it will update in FCE.
    Message was edited by: Nick Holmes

  • Need multiple 'MAIL' Icons.   Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain

    Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain the butt.  This has been a request from Apple users for many years.    it's great you can now combine all emails into one, but some people want them kept separate and have separate icons on the main page.   They could easily do this by having one "MAIL" account as white and another red.  Or put MAIL 1 and MAIL 2.    Or an actual label that the mail accounts are called on the ICONS!!  
    Help!

    eshghoolak wrote:
    ...I could switch back and forth between accounts while in the mailbox, with one button.  I think that is what you are referring to?  Whoever said it's just a simple switching - you obviously haven't had the pleasure of using an Android device.  It's not that quick to go back and forth - definitely not efficient...
    Not that it matters a lot, Android vs iPhone interface is largely a matter of personal preference and what you know... I'm not sure which one you're saying is not efficient...
    In any event...
    I currently have two email accounts setup.  My iPhone main page Mailbox settings reads:
    Mailboxes
    Inboxes
    All Inboxes
    Gmail
    [email protected]
    Accounts
    Gmail
    [email protected]
    I wish there an efficient way to move back and forth while in the "Inbox" between accounts.  Also, Why does one gmail account show as "Gmail" and another as the actually address?
    The names are based on the names you gave the accounts when you set them up.
    Settings>Mail, Contacts, Calendars.
    Tap the account you want to re-name. Go to the "Description" field and put in what ever you want.
    Second, there is no way to quickly choose a bunch of emails to delete. I have to manually go into each one and move it to the Trash folder.
    If you tap the edit button in the upper right while in mail, you can select multiple items to move, delete or mark (flag).
    I don't want any of the condescending remarks, that I've read here and in other forums.  I'm honestly looking for a solution, which I think you are too!  One thing I realized is that iPhone users in these forums are really defensive and quick to say "that's how it is, live with it, if you don't like it go away"  Um...the only thing that tells me is you are pretty bitter and have kept telling yourself that, to force yourself to like your device.  I prefer to express my issues, and find solutions.  There is ALWAYS a solution...
    I think what you will find is that many people here, myself included, tend to get a bit short with people who start off with attacks or whining about how something has been asked for for years and should be easy, rant about things that have already been beaten to death multiple times in the forums, talk about how much better Android or BB are at something (really... if it's that much better, why did they buy an iPhone to begin with?), etc., or continue to ask questions that could easily be answered with a simple search, or even just by looking back at the last dozen posts to the forum, half of which probably asked the EXACT SAME question.
    I don't think any of us go out of our way to be rude or uncivil.  That said, attacking the people who are attempting to help you is much more likely to generate a response of 'if you don't like it, go away', than it is to generate something that will be truly helpful.

  • Switch back and forth from computer to icloud

    Hi everyone, just got myself a 4gb iphone 4s, My question is
    In itunes i have selected to back up some photos and music imported from discs to my computer
    but im thinking of using some of my free 5gb icloud allowance to back up some apps and purchased movies to icloud,
    so if i downloaded some apps and purchased movies to my phone will it let me store these seperately on icloud without
    transferring what i already have backed up on my computer, or if i select back up to icloud after downloading the apps and movies
    will it transfer everything to icloud including what is presently backed up to my computer, can i move back and forth like this
    choosing to back up some but not all content to icloud, Thanks in advance for any help given cheers willdoc.

    HI, I don't think you can backup movies or indeed your personal media in general into iCloud. My understanding is that the iCloud backup of a device will backup application data & settings that would previously have been backed up on a computer. As Winston says you don't have any freedom to move individual files into and out of your iCloud storage.
    Your apps and store purchases other than movies can be downloaded at any time, your non-iTunes-purchased media and any movies need to be backed up locally. Rather than looking at iCloud as a complete backup solution it may be better to treat it as a partial solution which gives you the freedom to access your purchase history (excluding movies) on demand and, if you care to subscribe to iTunes Match, extends that freedom to your non-iTunes-purchased music.
    If your real need is for a backup solution then I'd recommend you look at Time Machine or Carbon Copy Cloner.
    Ah, you fooled me by posting in the iCloud on my Mac forum but I gather from your other posts that you are a Windows user. See this User Tip for a backup strategy...
    tt2
    Message was edited by: turingtest2

  • Why can't I navigate back and forth in iTunes with gestures anymore?

    In leopard, with any app that has a back/forward navigation available (iTunes, AppStore), you could swipe three fingers to move back and forth. Now, in Lion, you can only swipe back/forward in safari (default is two fingers, which is fine with me)... What gives? Is there a way to turn this feature back on?
    It's kind of annoying that one has to click the little [<][>] buttons to move back and forth anymore instead of swiping. With all these improvements, why remove the ones that worked before?
    I still enjoy my Lion, however.

    In something that I've chosen to file under "how messed up is this?", iTunes Store seems to support 3 finger swiping to move forwards and backwards and two finger scrolling in all directions. iTunes itself also supports two finger scrolling in all directions and three finger swiping to go backwards, but not forwards - if it helps I've attached my trackpad settings
    There's one particular finger gesture I'd like to make at Apple for releasing this half thought-through operating system on the general public...(and after the confusing time I just had trying to navigate "Duplicate" and "Save a version" and other such nonsense when using Preview to convert the screenshot Grab just gave me, I'll double that Gesture)

  • Computer screen is moving back and forth

    When i type or i am reading the screen moves back and forth and anois me moving and some time it moves continuosl.
    Please can some of U help me .
    Thnks U.

    Hi, does it move when nothing other than reading is happening?
    See if you accidentally hit CMD+Option+8, do it again, or open System Preferencess>Universal Access>Seeing & turn Zoom OFF.

  • I use my ipod for audible books downloads. In the past I have been able to move books back and forth from library to ipod according to what I was listening to.  I can no longer retreive books in the library. Any suggestions?

    I use  my 6th generation Ipod strictly for Audible downloads.  In the past, I have been able to move titles back and forth from the Ipod and my Itunes library, to control the amount books on the ipod. Recently, an exclamation mark has appeared next to the titles as I try to transfer to the ipod, and the book does not transfer.  Any suggestions on how to regain access to my purchased library? 

    1. You did not get an error message telling you that your iPhoto library was getting full. You got a message telling you that your HD was getting full, right?
    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do.
    Purchase an external HD and move your Photos and Music to it. Both iPhoto and iTunes can run perfectly well with the Library on an external disk.
    Your Library has been damaged from being run on an overfull disk.
    How much free space on it now?

  • Can you move files back and forth between an iPad and a PC using iTunes?

    If I read this article correctly, http://support.apple.com/kb/ht4094 I should be able to connect my iPad to my PC, fire up iTunes and then on the Apps tab in iTunes I should be able to click on an app, Pages for example and then just drag files onto the Pages Documents column from a Windows Explorer window.
    This is great.  I was hoping to use DropBox but it is such a hassle I don't know why people are so thrilled with DropBox on iPad.  If I can just move files back and forth using iTunes that should be fairly easy.  I wish there was a way to just upload my files to iCloud from my PC but the iCloud control panel app for Windows only seems to connect Outlook, Photostream and Bookmarks. I want to be able to just carry my iPad and not have to deal with a computer. 
    I thought that they said that you didn't need to have a computer to have an iPad.  I guess if you have a computer and then GET an iPad its a different story, unless you have a Mac of course.
    Anyway my question is: can you move files back and forth between a PC and an iPad using just iTunes?

    I still need to do some trial and error testing with DropBox and my iPad.  But can I link my iPad to my DropBox account so that I can always see the files on DropBox when I open Pages on my iPad?  I just want one place to store my documents, and iCloud doesn't seem to be up to the task when it comes to opening a fil;e, editing it and then saving it back to iCloud.  I just want a networked storage location that works like a networked drive on my LAN.
    I realize that hollywood and the music industry are up in arms about file sharing on the Cloud which is why so many things are made more difficult than they need to be. 

  • IPhone: Using embedded QT movies that either Loop or Loop Back and Forth

    Hi to everyone,
    I'm working on a very simple iPhone app:
    it has several buttons that launch different QuickTime movies embedded in the application, that will either Loop or Loop Back and Forth.
    The desired looping behaviour is already set within QuickTime itself (those settings are available in QuickTime's View menu).
    So far it doesn't seem to work, as the iPhone's SDK doesn't seem to recognize these QuickTime settings of Loop or Loop Back and Forth.
    I've been trying to find advanced documentation on the matter, with no luck.
    Does anyone knows if it's possible to create an iPhone application that has embedded QuickTime movies that either Loop or Loop Back and Forth?
    If it is possible to do so, can you please post some code (or links) explaining how to proceed?
    If the feature is not currently supported, does anyone knows if it will eventually be supported by Apple (maybe in a future SDK revision)?
    While I don't know the entire context the SDK engineering team has to contend with, it seems to me it should be rather simple for Apple's iPhone SDK to simply accept the settings already put in place inside a QuickTime movie.
    Many thanks in advance for any feedback on this!

    Well, my programmers have come back to me and the news is not good.
    The QTMovieLoopsAttribute is not supported in the SDK's QT Kit.
    I'll now call it SDK's *QuickTime Kit Lite*, if you don't mind.
    *QuickTime Kit Lite*, the key audio/video toolbox available for development of applications on the iPhone through the SDK, provides a single option:
    a Play / Stop button.
    The only other thing available (I think) is the option to hide the play/stop controller. That's it.
    Apparently, there are several unofficial, private frameworks that give access to lower-level QuickTime functions and that may provide a way to actually loop videos, but chances are that an app using these unofficial frameworks would get rejected by Apple upon submission for the store.
    I'm still waiting for more info and the final word from my programmers, but from the looks of it, this is going to be a show-stopper shortcoming of QT Kit Lite, as far as my project is concerned.
    I'm probably going to have to fold my project and wait (hope) for an eventual upgrade to the SDK's QT Kit.
    By the way, does anyone knows if there is a way to communicate with Apple and request new features for inclusion in future revisions of the SDK?
    Upgrading the QuickTime Kit librairies to include the video Loop and Loop Back and Forth Attributes would be my first (and only) request.
    many thanks to all!

Maybe you are looking for

  • Can no longer send email from my pop accounts or my .mac from iPhone

    My phone won't send any email anymore. In fact, when I compose a message and hit send it just disappears. No record of it anywhere. All my mail accounts used to work perfectly! I've checked all my settings and have tried from both wifi and the ATT Ed

  • HT4059 I have ios6 on my iphone 4s. I want to install the ibooks but it is saying ios7 is required. Can I still get ibooks for ios6?

    I have ios6 on my iphone 4s. I want to install the ibooks but it is saying ios7 is required. Can I still get ibooks for ios6?

  • JAXB help please

    Can i use JAXB to remove an Element in the XML file? For example, in the Purchase Order, is there anyway that i can delete <billTo country="US"> <name>Robert Smith</name> <street>8 Oak Avenue</street> <city>Cambridge</city> <state>MA</state> <zip>123

  • Serial number for install

    I purchased Photoshop Elements 11 & Premiere Elements 11 on December 2012. I am just now wanting to do the installation. I dont know why did I waited so long, its just but been a hectic year. I see now that Elements 12 is available. Should I not even

  • ORA password file problem

    Hi, I have created password file while creating the database but now i am getting the error: ORA-01994: GRANT failed: password file missing or disabled. -rwxr-xr-x 1 oracle oinstall 3072 Feb 9 12:59 orapwEAMS01.ora i have re-created the file force=y