check the time line of root of a clip

Hello

Ive been looking around for an hour or two and not can't find something of this aid.

IM using cs4 and actionscript 2.

in my 2nd scene, I have a clip with a roll over button inside, I how can need this button to control the root timeline and navigate the site, I do this? This is what ive got and doesn't work-

on (release) {}
_root.gotoAndPlay ("main movie", 2);
}

Thanks for any help.

Try to use only a label for the frame name, no number of scene or frame... Navigation for designs based on stage can be problematic.  It will save you a few questions if you design with the help of a scene.

Tags: Adobe Animate

Similar Questions

  • How can I get my file in the time line in first Pro CC?

    How can I get my file in the time line in first Pro CC? I am using first Pro cs6 and unfortunately my labtop crashed and I lost all of my products from adobe. I wanted to check a trial version and I can't seem to find one for CS6! Please help me! My project is due tonight!

    Hi Aneumann,

    Welcome to the Forums.

    You just need to right-click on the imported clip in the project Panel, and select new sequence of the clip. You can also go to the file menu > new > sequence and create a sequence, then drag the clips after importation, in the timeline.

    Kind regards

    Vinay

  • In a sequence of CTF, is it possible to obtain a text file of sequence clips display? There is a display of text file for clips (cmd-9). Zoom the timeline cancels the ability to see the whole sequence of the time line.

    In a sequence of CTF, is it possible to obtain a text file of clips in sequences display (name and duration)? There is a display of text file for clips (cmd-9). Zoom the timeline makes this visible annotation for shorts, cancels but the ability to see the whole sequence of the time line. Of course, it would help my editing.

    TIA

    In Final Cut Pro 7, you can use editing > find command to search on used clips in the sequence. See if there is an equivalent command in FCE. Unfortunately, I can't determine that at first hand on my system. (In addition, if you are still interested whereas FCP X, there the so-called Timeline index which provides quick access to a list of markers, clips, effects, etc..)

    Good luck.

    Russ

  • iMovie expand/extend/stretch the time line

    Hello

    I am learning to use iMovie and want to magnify or to stretch the horizontal timeline so it's easier to see more time.  Now, I don't want to change the duration of a clip - just the scale that the video may be brought against - the time line.  Is this possible with iMovie?

    David

    Of course you can do it. Under the Viewer is a slider that allows you to extend the timeline. Also, click settings and you will see a slider to change the size of the clamp.

  • Why my ipod touch 5 turn on she used that happened last night I went on netflix for like 20 minutes then I closed it and then I'm gone on it again 5 minutes later, he worked later I hung on it and then I just wanted to check the time and it dint work

    I went to netflix for like 20 minutes, and then I closed and then I'm gone on it again 5 minutes later, he worked later I hung up it and then I just wanted to check the time and it dint work I can't see the screen I have tried pressing the home button and the stopcock one its does not work how to fix it

    Try:

    - iOS: do not respond or does not light

    -Also try DFU mode recovery mode post-test

    How to put iPod touch / iPhone in DFU "Karthik doodles."

    -If failed and that you cannot completely turn completely the iOS device, leave the battery to drain completely. After loading a hour repeat the foregoing.

    -Try a different cable

    -Try on another computer

    S ' there is still not successful that usually indicates a hardware problem and an appointment at an Apple store Genius Bar is in order.

    Shop Apple Store - Genius Bar

  • How to move audio files of the program in the time line?

    All of a sudden I can't move audio files of the program in the time line - I read that Adobe said in previous forums click with the right button on the A1, but nothing in this discussion has helped me solve this problem. It was working before. I am a beginner user, so I could be missing something really obvious. My time scale is in blue. I noticed in some tutorial videos that it was yellow.

    Hi lauranoel,

    The reason is due to a bug, explained here: FAQ: why no audio or video will not at the track where I drop?

    Next time, just remove and In or Out to mark, and then drag the clip.

    Thank you

    Kevin

  • Preview only works if the time line is not visible

    I'm having a problem with preview.  My computer plays smoothly if the time line for this model is not visible.  I have to hit play then click the Render what tab or close the window of time line all together.   Why is this happening?

    Assuming you are using El Capitan, Dave is right. It is a known problem. It is listed on this page and a few other places as well. You have found a workaround. Another workaround solution found by the mofxtv user (in this thread) is docked to another court under your control panel mounting.

    Like this:

    Some people use other panels that they use less often.

  • I use creative cloud of Adobe Premiere Pro and it does not allow me to drag. In the line of time, only the audio files of the video MXF files. Plays in the video source, but does not allow me to change on the time line with the. MXF files.

    I use creative cloud of Adobe Premiere Pro and it does not allow me to drag. In the line of time, only the audio files of the video MXF files. Video plays in the source window, but does not to drag me and thenedit on the time line with the. MXF files. audio will slide to the time line, but not the video. Interestingly, not later than end of December 2015 it allowed me to change with .mxf files, but no, it won't. Any help out there?

    Neil, get it fixed, I do not have the video channels set correctly on the left

    side of the line of the time. Learn the new adobe; Thank you

    Monday, February 15, 2016 13:20, R Neil Haugen [email protected]>

  • When you open a new session and after a decline in all the video files in the content area (the sound and the video is very good). After you have chosen a selection of clip the first clip that I post on the time line is equipped with sound. then the next

    When you open a new session and after a decline in all the video files in the content area (the sound and the video is very good). After choosing a selection of clip, the first clip that I post on the time line is equipped with sound. then the next clip, I chose (not dose issue)
    will have no sound. (but in the contact box everything its fine) Why is this?

    Why is this?

    Because you forgot to patch source audio track.

  • CC of the organism freezes when the 24 p XAVC files are done sliding on the time line

    CC of the organism freezes when the 24 p XAVC files are done sliding on the time line request for a module of the video

    This could help.

    Error "Premiere Pro could not find capable video game modules | Startup

  • KeyPress AS2 to advance the time line

    Hi, I use this action for specific keys to simply advance the time line-

    on {(keyPress '< space >')

    Play();

    }

    What happens if I want to use all the keys on the keyboard to control this action? Is the group selector to use? As "all the keyboard" "all keys"?

    I got the AS3 - code

    stage.addEventListener (KeyboardEvent.KEY_DOWN, fl_KeyboardDownHandler);

    function fl_KeyboardDownHandler(event:KeyboardEvent):void {}

    gotoAndPlay (currentFrame + 1);

    }

    But he wanted to AS2?

    Hope someone can lead me in the right direction. Thank you

    You can use...

    var keyListener:Object = new Object();

    Key.addListener (keyListener);

    function keyDownF() {}
    Play();

    }

    keyListener.onKeyDown = keyDownF;

  • First Elements 10 - moving to the time line images

    Have version 10 and no manual is still available, so a simple question im sure.

    I say 100 photos that I want to spend in my film, make a slideshow of sorts.

    Y at - it a way for all move and set the time (or the number of images) as each image is displayed.

    So select all 100 images and move to the line in time and set the time to display every second one to 1 as an example.

    Is there a way to select multiple images on the time line and put them all to show for a while.

    I know that a silgle element can be selected on the time line and dragged manually to make a moment specifice,

    but this time can be entered by entering a value/time?  I would like to change the time on all 100 at the same time.

    My goal is to make a quick movement of pictures slideshow, be able to set the time on the screen for each group

    the same value, all of a sudden, do not have to select each on the time line and adjust it manually on a frame-by-frame.

    Dave

    Steve,

    Thanks for your response! :-)

    I never would have looked for the solution.

    I have a follow-up question if you can, why the limit on the size of the photo file?

    Don't have Photoshop Elements for the batch, but I think I can do the same thing with Lightroom 3...

    Dave

  • Video quality loss - when putting the time line (adobe created)

    At the opening of my video (which is of perfect quality) I place it in the time line.


    Why do videos lose quality when placed in the time line? I noticed someone else had posted this issue not answered.


    If it's a chart or any kind of video - instant quality is lost.


    What is the reason for this? How can I fix? (I'm same frame)

    -Maybe it solves once I do the final export of my video?


    IM new to adobe premiere (using CS4, but do not think that what counts).

    Set the resolution of reading in full. Right click on the program monitor for a quick shortcut for these settings.

  • How a class can access a variable on the time line of MovieClip?

    in my class, I declare a linked clip:

    a_mc = new LinkedMC ();

    trace (a_mc.testString);

    and on the time line of LinkedMC:

    testString var = "test string";

    but I can't access test string.

    clues?

    Thank you!

    you try to access the variable before it is defined.  have your LinkedMC send a rental event your knowledge the variable has been set and assign a listener to a_mc to detect this event.  in the listener function, use your trace() function.

  • T - Bird does not check the subject line of an email. (v24.4.0).

    Hello
    When you compose an email that I chose to have Thunderbird 24.4.0. Search for the words misspelled with underlined time and spell check before you send him.
    During testing, I noticed that he points out and checked out everything except the line 'object '.
    Thunderbird will highlight misspelled words in the "Subject" line but not seeking a correct word before sending them as it does with the body of the email.
    You are aware of this and there's a difficulty on the way?

    Thank you very much
    -v-

    It is true that when you select Options/check spelling, the object is ignored, but if "The spelling as you type" is activated, subject misspelled words are underlined, and right click on the text proposed corrections. So, it works in a limited sense. This bug may be relevant.

Maybe you are looking for

  • My xbox is taking music deleted from my computer

    He plays music that I permanently deleted from my computer I don't want

  • EliteBook 6930p keyboard Part number

    Hello, I'm Andrew, I have an Elitebook 6930p requiring a motherboard replacement... I adapted the number of room and for some reason, the new Board, I got is the same part number, but the KB connector is different... I need to know the references KB

  • Win 7 Home premium 32-bit to 64-bit

    my computer is 32 bit version and I want to update on 64-bit, I downloaded the program but I can't install it please help. is there rather than a disk or I can install it with usb?

  • Navigate from a to an other navigation pane navigation pane

    Hi all In the navigation pane, we can spread one component to the next. But what happens if I want to navigate from a navigation to another part of the navigation pane. for example: -. hand. QML: -. ActionItem { title: qsTr ("ReadFromSD") imageSource

  • Windows 7 Student Discount

    What is the best price (price reduced or free) on a clean Windows 7 Edition download Home Premium, professional or ultimate (64-bit) for full time students?  I want to install using boot camp on a mac and it will take a full download, not an upgrade.