Need image to move to...

ok I know I could just animate it but I would like to know
this anyways and would make it faster and easier.
I am wanting a iamge to scroll right to the center of the
board.
Basically the image to go from offscreen to move
right.

look into the Tween class.
or you can do it using a setInterval()
something like...
function move_mc(){
mc_name._x += 5;
updateAfterEvent()
this.setInterval("move_mc", 50 )
and make it stop with a if() statement.
check the actionscript docs on setInterval for further
details.

Similar Messages

  • What do I need to watch moves on my tv from my imac?

    Ok I want to watch movies on my tv with my imac. I have the 27-inch, Mid 2011 here is the back of the tv:
    What will I need to watch movies on my tv from my imac?

    A Mid 2011 iMac has got Thunderbolt, which can be used to connect the iMac to your TV through HDMI.
    Get a Mini DisplayPort to HDMI adapter, and a HDMI cable. You have to connect the Mini DisplayPort adapter to the Thunderbolt port of the iMac. Image will appear on your TV automatically, unless you have to set the TV in HDMI mode. Another option is to get a Mini DisplayPort to HDMI cable, so you don't have to buy an adapter and a cable

  • Why doesn't Disk Utility allow me to select an image or movie to burn?

    Why doesn't Disk Utility allow me to select an image or movie to burn?  Everything is greyed out, even files.

    You cannot burn a movie with Disk utility - you need a burn application which will encode, author, and render the files so you will be able to watch the movie in any DVD player. There is iDVD (still available within the retail iLife 09 or 11 disks available at online resellers or ebay, amazon, etc), or Roxio Toast or Burn (free, but very basic), or google for others.

  • How do I let Google Image Search find my images and movie clips on my site?

    My website, hosted on .mac, has images (I'm just starting to add short movie clips) of my sculptures. If I do a Google Image Search of my name (david l phelps) or the name of the sculpture (for instance "pastoral dreamer") the search results show other sites that have my work on them, but not my site. I have no idea how to process the images (or movies) so Google can index them from my site.
    If anyone knows how to do this, or knows other forums or resources I can find this information please let me know. I would greatly appreciate it.
    Sincerely, David Phelps http://web.mac.com/phelpssculpture/iWeb/
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."
    ibook & imac   Mac OS X (10.4.8)  

    You might need to add titles to your images post-processing.
    Search for
    alt=""
    Replace with
    alt="description or title of image"
    On my husband's photography bus. site I put keywords for our site in the alt tags, not specific titles for each image, so I can just do them all at once with MassReplaceIt.
    http://www.varkgirl.com/Varkgirl/Basic%20HTML%20Additions.html
    http://www.varkgirl.com/Varkgirl/Google%20and%20iWeb.html

  • Images I move from one folder into another are disappearing, at first it was occurring immediately if I did not copy and paste the images. Today however I found out that images I had been using for days just up and vanished from their new location.

    Images I move from one folder into another are disappearing, at first it was occurring immediately and only if I did not copy and paste the images. Today however I found out that images I had been using for days just up and vanished from their new location. A few of these images had copies in another folder that remained and the ones I couldn't find may or may not have ever had copies. I had backed up my system with time machine recently as well, so I went into the backup to retreive the lost images. When I searched and found the backup copies I got the error "the file alias cannot be opened because the original cannot be located". The crazy thing is that the images that remained on my computer did not give me the same error and opened like they should.
    In short images that I am creating, saving, and using are disapearing so epically that even time machine versions are affected when retrieval is attempted. Any suggestions as to what I could be doing wrong without realizing it? Or perhaps other people have had similar bugs that are software related and have a solution?

    Hi Kevin,
    I understand what you tried to do but it doesn't work that way. Swapping drive names will just mess things up.
    You should be able to reconnect the files though: in the Locate Referenced Files dialog make sure you click the Show Reconnect Options button — this will give you access to all the connected drives. Locate one of the files and hit Reconnect All. Should do the trick.
    Best

  • Whenever I go to a site or click anything, I always have to move my mouse for the page to load, why is this happening? (When I go to a site full of images, I move my mouse a little bit at a time and it loads one image at a time)

    Whenever I go to a site or click anything, I always have to move my mouse for the page to load, why is this happening? (When I go to a site full of images, I move my mouse a little bit at a time and it loads one image at a time)

    Hi, Tom.
    FYI: You've not stated which of your listed Macs is having the problem. However, the following may help in any case:
    1. Did you install Front Row using the Front Row hack on a Mac that did not ship from the factory with Front Row installed? If so, See my "Uninstalling the Front Row hack" FAQ. This has been known to cause a variety of problems, including the menu bar (Clock, Spotlight) issues you noted.
    2. If you did not install the Front Row Hack, an incompatible or corrupted Startup or Login Item may be partly to blame for the problems with the menu bar. My "Troubleshooting Startup and Login Items" FAQ can help you pin that down if such an item is causing the problem.
    3. As a general check, run the procedure specified in my "Resolving Disk, Permission, and Cache Corruption" FAQ. Perform the steps therein in the order specified.
    4. Re: Safari and Mail, if not sorted by any of the above, see also:• "Safari: Blank icon after installing Security Update 2006-002 v1.0."
    • My my "Multiple applications quit unexpectedly or fail to launch" FAQ
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • I need to flip, move and duplicate a group in InDesign CS4 JS

    Hi,
    I need fo flip, move and duplicate grouped objects in InDesign. So far I have those lines from OMV:
    var myGroup2 = myGroup.duplicate ([".0625 in", myPageHeight/2]);
    myGroup.flip (Flip.HORIZONTAL, AnchorPoint.CENTER_ANCHOR);
    or
    myGroup.flipItem (Flip.HORIZONTAL, AnchorPoint.CENTER_ANCHOR);
    myGroup.move ([".0625 in", myPageHeight/2]);
    Those lines work for single object, and what I see in OMV, it should be the same for a group(?), but they don't work.
    Your help is highly appreciated.
    Yulia.

    I got it. The lines are correct, mistake was before the lines - in the group definition. Here what I got and it's working:
    var myArray = new Array;
    //Add the items to the array.
    myArray.push(myWhiteLine);
    myArray.push(myGreenLine);
    //Group the items.
    var myPage = app.activeDocument.pages [0];
    myLineGroup = myPage.groups.add(myArray);
    var myLineGroup2 = myLineGroup.duplicate ();
    myLineGroup2.flipItem(Flip.VERTICAL, AnchorPoint.TOP_RIGHT_ANCHOR);
    Thank you.
    Yulia

  • Need advice on how to handle off site computers that need imaging.

    Hi
    Our SCCM server is at our main campus, across the street from our campus, I have 16 computers  that need imaging that are in a totally separate building that is linked to the main campus via microwave.
    Could I copy the wim file to a portable drive and take it across the street, is there a way to image these computers and have it run a task sequence from a portable drive? if not, do you have any advice. I don't think the microwave could handle a multicasting.
    Any advice would greatly be appreciated.
    ps: the wim file is about 22 gig.

    Hi,
    You could create a standalone media to perform the OSD.
    http://technet.microsoft.com/en-us/library/bb681017.aspx
    Regards,
    Hau 

  • What codec do i need to play .mov on windows7

    what codec do i need to play .mov on windows7 i get a message saying im missing components, then sends me to a page with several

    Quicktime should be able to natively handle .mov files. Make sure you have the latest version of Quicktime installed on your computer. If that doesn't work, try an alternative media player like VLC, which can play just about any type of media file.

  • Where does time machine store content that would be found in the Finder window under "All Images, All Movies, All Documents"? Also, I have many Garageband projects and mp3 files I can't find.

    Where does time machine store content that would be found in the Finder window under "All Images, All Movies, All Documents"? Also, I have many Garageband projects and mp3 files I can't find.

    Easiest way to find time machine files is to open up the folder or application(works for email and iphoto)  they were in - then click on time machine ICON or enter time machine from the time machine menu to go back through the files.

  • Hello, I'm from Belgium and I just bought the iPad 2. I watched a lot of movies and I saw that it's possible to make your own movie with the iPad, but which app do you need to make movies. Greetings, Lars

    Hello, I'm from Belgium and I just bought the iPad 2. I watched a lot of movies and I saw that it's possible to make your own movie with the iPad, but which app do you need to make movies. Greetings, Lars

    Hier kun je er meer over lezen; http://www.wikihow.com/Use-the-Cameras-on-Your-iPad-2
    En hier kun je meer informatie vinden over de iPad;  www.iPadforum.tk

  • I am a beginner with video. What software do I need to view .MOV files on my Dell Desktop?

    I am a beginner with video. What software do I need to view .MOV files on my Dell Desktop?

    .mov is Apple "Quicktime".  
    You should be able to download a player here:   http://apple.com/quicktime
    Tim Campbell
    5D II, 5D III, 60Da

  • Needing script to move files with name that starts with

    Here is part of the script that takes a excel file for the list to duplicate files from one folder the another. I would like it to use file name starts with instead exact file name. If I can get this to work I will not have to have a try for .jpg and a seperate try for .eps
                tell application "Finder"
                    try
                        duplicate (sourceFolder & theItem & ".jpg" as string) to destFolder with replacing
                    on error
                        do shell script "echo " & theItem & ">> $HOME/Desktop/NotFound.txt"
                    end try
                    try
                        duplicate (sourceFolder & theItem & ".eps" as string) to destFolder with replacing
                    on error
                        do shell script "echo " & theItem & ">> $HOME/Desktop/NotFound.txt"
                    end try
                end tell
    Thanks

    Ok here is the script that I've been using for a couple of years now with no problems, until I upgraded. Don't know what happened, because I cant even use it on a older system that we have. The error I get is when it tries to get the value of selection from Excel. It times out with no values. Thanks for any help!
    set sourceFolder to choose folder with prompt "Select the folder that contains images to move."
    set destFolder to choose folder with prompt "Select the destination folder"
    if sourceFolder is not destFolder then my moveImageFiles(sourceFolder as string, destFolder)
    on moveImageFiles(sFolder, dFolder)
        script o
            property valuesList : {}
        end script
       tell application "Microsoft Excel" to set o's valuesList to value of the selection
        if class of o's valuesList is not list then return -- not multiple selection
        set tc to (count o's valuesList)
        set dFolder to quoted form of POSIX path of dFolder
        set errorFile to quoted form of POSIX path of (sFolder & "filesNotFound or NotMoved.txt")
        do shell script "/bin/rm " & errorFile & " > /dev/null 2>&1 &" -- remove the error file (if it exists)
        repeat with i from 1 to tc
            repeat with thisValue in (get item i of o's valuesList)
                if contents of thisValue is not "" then -- not a blank cell
                    set tFile to quoted form of POSIX path of (sFolder & thisValue)
                    try
                        do shell script "shopt -s nocaseglob; /bin/mv -f " & tFile & "* " & dFolder
                    end try
                end if
            end repeat
        end repeat   
        do shell script "/usr/bin/open -b com.apple.textedit " & errorFile & " > /dev/null 2>&1 &"
    end moveImageFiles

  • Image to move with keypad?

    How I get Image to move when I press x-key on keypad?

    That will not work. Why?Because you can't add key listeners to Images - as you could have easily found out if you had checked the API docs. It's like adding a key listener to a String. Both aren't designed to take key input. How about adding it to the component that is supposed to take the input instead?

  • Error -2003: a data handler needed by the movie could not be found

    Hello.
    I just purchased QuickTime Pro and the MPEG-2 add-on for it, for the single purpose of transcoding some MPEG-2 recordings to H.264. However, when I try to open any of my MPEG-2 files in Quicktime, I get the message: "error -2003: a data handler needed by the movie could not be found (my-filename.mpg)"
    I can play these files in a number of different free players--VLC, Mplayer, Windows Media Player, RealPlayer... but not in the player I paid $50 for.
    Can someone please help me?

    That doesn't really help. Besides, I haven't even got to the point where I'm trying to export. I get this error message when I try to open the file. I can't even play back the clip.
    And the MPEG-2 page clearly states: "The QuickTime MPEG-2 Playback Component provides QuickTime users with the ability to import and play back MPEG-2 content, including both multiplexed (a.k.a. muxed, where the audio and video tracks are interleaved together into one track) and non-multiplexed (a.k.a. elementary) streams."
    Also, Streamclip crashes when I try to load my MPEG-2 clips, so that's not going to work (and even if it did, I am trying to find a simple way to take the HDTV content I've recorded off the air and get it onto my AppleTV--I want fewer steps, not more).
    Looks like I'll have to waste some time calling customer service to get a refund, since there's no way to do this via the website.

Maybe you are looking for

  • Xperia Z1 charging issues/ model number not listed in SUS

    Hi there. My Mothers Z1 (C6903) appears to be charging irregularly after being in for repairs for a broken screen.  For example it will not charge when powered on, expect on occasion when plugged into computer, and has a 50/50 basis of charging when

  • Calendar not displaying correctly

    I just opened the calendar app in the monthly view and the right-hand column of dates is only partly showing as if they are covered by a big white block. I know this is fairly recent, but not sure when it started.

  • SSRS report is consuming much more time to fetch data from DB even direct run SP takes less than a second

    Hi, we are using SQL SERVER 2008R2 X64 RTM version.  One of the SSRS report designed by developer  is  consuming  much more time( 5 to 6 minutes ) to fetch data from DB. Even direct run of  Stored Procedure (Called in report )takes less than a second

  • Related to post capitalization of assets

    hi friends, i am tryind to do the ABNAN(Asset transaction -post capitalization), when i entering the current date as original value date it throwing the error "The date entered is not in a closed fiscal year" and if i am trying to enter the 2006 date

  • Add-On in SBO 2005A can work in SBO 2005B?

    Hi all,   I developed an add-on solution using UIAPI & DIAPI 2005 which tested in SBO 2005A. Is it possible to work in 2005B as well. Thanks in advanced. Platform: Windows XP, SBO 2005A, VB.Net 2005