Go to the frame and continue to play.

Here's my problem:

When ends my film I need to go to the section 31, and then continue to play until it reaches the end once again, then repeat. I guess I need some King of loopback function.

the only code that I have so fare is as follows:

womanman.gotoAndPlay("31");

Please help me.

Thank you

You are welcome.

Tags: Adobe Animate

Similar Questions

  • My m4v videos to view a preview, but now it is a generic white band 'film' with a blue dot. I used to fly over the icon and preview would play. Previews were an easy way of the video ID. How can I restore previews?

    My m4v videos to view a preview, but now it is a generic white band 'film' with a blue dot. I used to fly over the icon and preview would play. Previews were an easy way of the video ID. How can I restore previews? OS X El Capitan 10.11.4

    I'm ' dropped in ' the answer! By changing the name of the ".m4v" to ".mov" file preview is now fixed! Billy just got lucky...

  • How do I do to get the slide to set up to go to the right and continue? I was up half the night and is not wrong. The only thing that I just did is plugged into the wall outlet and now I'm right back where I had problems. Why keep this product?

    How do I do to get the slide to set up to go to the right and continue? I was up half the night and is not wrong. The only thing that I just did is plugged into the wall outlet and now I'm right back where I had problems. Why keep this product?

    What do you exactly mean by "get the slide to set up go to the right and continue"? Can you give us a little more context and detail?

  • I get an error message Firefox is already running. I rebooted and redownloaded the program and continue to receive the same message

    Question
    I get an error message Firefox is already running. I rebooted and redownloaded the program and continue to receive the same message

    See:

  • Poker: need to know about the subject and how to play the game

    need to know the subject and how to play the game

    Hi young,
     
    Thank you for visiting the website of Microsoft Windows Vista Community.
     
    I noted that you want to know how to play the game of Poker in vista.
     
    What is Hold em Poker: The Hold em Poker game is a Windows Ultimate Extra that is available for users of Windows Vista Ultimate Edition. You can download the Hold 'em game from the Microsoft Windows Update Web site.

    Hold em Poker is a poker game on computer in which you compete against the computer. The hold 'em game uses the technology Microsoft DirectX to deliver smooth, animated play and rich graphics. You can configure the Hold em option set to perform the following operations:
    Play against up to five computer players
    Set the skill level of opponents
    Customize the appearance of the game cards and game table
     
    For more, see: http://support.Microsoft.com/default.aspx/KB/932925
     
    How to play: When you open the Poker game window, press F1 and it will open the Help window. The help section you have all instructions and details on how you can play the game.
     
    You can visit the link http://forums.gamesforwindows.com/ to find other members of the community have to say. You can search the Internet for more links learn more about the game of poker.

    Kind regards
     
    Srinivas
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Outlook express on windows xp professional, cannot delete emails from the Outbox and continues to send a copy by e-mail

    I use outlook express on windows xp professional (OEM:Dell), I'm unable to delete e-mails from the Outbox and continues to send a copy by e-mail. How to remedy?

    Check: File | Work offline and in: reviews | Layout: uncheck the preview pane. Can delete you it now?

    Otherwise:

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, 2K & 2K 3, files from user OE (DBX and WAB) are by default marked as hidden. To view these files in the Solution Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder options | View.

    With OE closed, find the DBX the Outbox.dbx file and delete it. A new vacuum will be created automatically when you open OE.

  • In windows movie maker, failed to get the narration and music to play at the same time

    Hello
    I have followed the instructions to the T, but cannot get the narration and music to play at the same time.

    Hi Anataia,

    You are unable to play the music and narration at the same time, you can adjust the audio levels to determine which audio will play louder than the other in your movie.

    The audio settings by default in Windows Movie Maker is for the audio portion of imported video and any narration or music that you add to play at an equal level, but you can change that setting if it does not give you the balance that you want. To adjust the audio levels, follow these steps:

    1. Click on Tools, then the Audio levels.
    2. Do one of the following:
      • To increase the level of audio on the Audio track that is part of a video clip, drag the slider toward Audio from video.
      • To increase the level of audio that is located on the audio / music, drag the slider to Audio / Music.
    3. Click close.

    http://Windows.Microsoft.com/en-us/Windows-Vista/adjusting-audio-in-Windows-Movie-Maker-frequently-asked-questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/add-narration-to-your-movie

    Hope this has been helpful.

    Bindu S - Microsoft Support
    Visit our Microsoft answers feedback Forum and let us know what you think

  • How do I resize BOTH the frame AND the image? I used to use the command and shift (to keep the proportions), but NO keys working!

    How do I resize BOTH the frame AND the image?

    I just started using CC online I usually use the command and shift (to keep the proportions), but NO keys work now!

    It's frustrating to have to resize the image and frame separately. The SHIFT key does not keep the proportions more!

    The shortcuts have changed?

    I'm on Macbook Pro - Yosemite.

    Please help me! Thank you!

    In the panel control is a check box resize the content with the framework.

  • Ignore the error and continue the pl/sql block

    Dear all,

    Please help me to fix the script below.

    I had an obligation to write a pl/sql that will handle the update instructions.

    For example:
    A table that contains 10 rows of data. Through pl/SQL block, I update the 10 rows (or a smaller number of lines).
    Now, the scenario is by updating registration / line 4, oracle has met an error and then oracle leave pl/sql block and cancel the transaction.

    My requirement here is, by updating the records, if oracle encounters an error, it must raise an error or ignore the record and continue to process records. Oracle wouldn't pl/sql block.

    We are using oracle 10g.

    Thank you
    KODS

    As has already been suggested, you might check DML ERROR LOGGING

  • Unload the loader and continue on the timeline

    I used the loader class to read an external .swf file. When it's over, I need to stop it and continue to the next image of the screenplay for the original film. I can load and unload, but how to I download it after that she has played and will continue to frame 2 of the timeline?

    var myLoader:Loader = new Loader();
    myLoader.x = 150;
    myLoader.y = 75;

    myLoader.load (new URLRequest ("movie.swf"));
    addChild (myLoader);

    myLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete);

    function onComplete(e:Event):void {}
    myLoader.unload ();
    this.gotoAndPlay (2);
    }

    With this code, it jumps the film loaded and goes straight to the frame 2.

    Thank you!

    var myLoader:Loader = new Loader();
    var loadedSWF:MovieClip;
    var tl:MovieClip =;

    myLoader.x = 150;
    myLoader.y = 75;

    myLoader.load (new URLRequest ("movie.swf"));
    addChild (myLoader);

    myLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete);

    function onComplete(e:Event):void {}

    loadedSWF = MovieClip (myLoader.content);
    checkPlayProgress();
    }

    function checkPlayProgress() {}
    tl.addEventListener (Event.ENTER_FRAME, currentFrameF);
    }

    function currentFrameF(e:Event) {}
    {if(loadedSWF.currentFrame==loadedSWF.totalFrames)}
    tl.removeEventListener (Event.ENTER_FRAME, currentFrameF);
    tl.gotoAndPlay (2);
    }
    }

  • Animate a line - going through the frame and turning 90 degrees

    Hello

    I would like to animate a line coming from the top of the image down and half, I want that he turn 90 degrees and continue on the left to the right side of the frame. A good example of this is here: last week tonight - and now this compilation - YouTube

    My first attempt: make a shape layer, has drawn a line with the pen tool and added the paths of toppings. I tried to add the effect in the turn of 90 degrees, but the effect does not appear convincing fluid for me.

    I think the problem is that rotation, the front point of the line for moving, but really, this must remain in the same position (let's say the Center) and the rest of the line must turn so to speak.

    So second attempt: I tried to animate the shape-path this kind of work, but I always end up accidentally change in appearance (thickness) of the line (if this is the way to achieve this effect, I'm sure I can solve this problem although). Also, this means I have to animate the movement towards the front of the line vs. just using the trim road.

    What I was asking: is there a simpler way to do it? I want to seek to convince, i.e. have the line moving fluidly on the screen.

    Thank you!

    I use CS6.

    I would forget shape layers, and I would use the traces of mask on solids.  You can then use wither STROKE or Write-On effects to make the lines

  • Replacement of the frame and hinges - HP Pavilion dm4 laptop

    I have a HP Pavilion dm4 laptop of 2.5 years. The first hinged on both sides broke that makes it harder for the laptop to close properly and now the frame is breaking apart. Is there a way I can get/buy replacements before other parts are screwed up.

    Thank you

    Yes, I also have this problem (dm4-1050ea).

    It all started on February 2015, when my aunt noticedv that my laptop was nt close properly.  It could be be made to do by pressing half upper (screen cut) to the front to the rear of the closure.

    The hinges then becomes deective that the screen don't would not SOUPLESE nd would not sit just to the place (angle) you open to.

    Following the hinges too stiff beame to exploit, came shortly after the left of the screen/lid and the window broke near the LH hinge (rather than though the bezel as shown in the image above). Then the right hinge broke off, then the screen become deective (mainly a band along the LHS - worked with detached hinges OK))

    So, I find myself with computer work, not 100% functional & broken and needs special care to use. the screen does not work in all areas (a replacement looks like £30-$50), with the virtually hanging screen, need to rplace lying hinges (£10-$15) and also nees any other bits (?) and the knowledge to fix it.  HP say they can't stand any more of this model and have no theparts (from end of 2015).

    It may be beyond the capacity of an almighty ccompany such as HP to find parts, but it does not seem beyond the my ability to get parts of - maybe-2nd hand - other HP broke! - But what I lak is kno detailed ho a skill to perform any repair.

    Videos-

    http://www.insidemylaptop.com/?s=DM4

    https://www.YouTube.com/watch?v=BphJmU5nHfA

    https://www.YouTube.com/watch?v=edxjwOXMglc

    I hope some find these useful - they're just a small selection of procedures available for repair (probably none authorized by HP that want you to throw in and buy a new model idir HP)

    Woodward

    1.March.2016

  • After you download a movie windows media player trys to open the file in the library and will not play movie I can do

    After you download a movie windows media player trys to open the file in the photo gallery and won't play movie what can I did the same thing when I try to play a dvd

    If you are using Win XP: -.

    http://www.dougknox.com/XP/file_assoc.htm

  • If my creative cloud is being canceled, how can I stop the cancellation and continue my payments?

    Hi everyone I am trying to figure out how I can stop a cancellation on my creative cloud account and continue with my payments, but I can't understand it alone. Can someone help me?

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Firefox not displaying only not the formatting of the page and do not play videos

    HI, I had this problem with Firefox for the past two days. It does not display the context and formatting of Web sites like Reddit, Mozilla and sometimes YouTube. He said several times that Web sites like youtube have an untrusted connection, and shockwave flash crashes. I tried to uninstall, clean and reinstall Firefox, I tried to fix it too... I have updated java, Flash and shockwave. Did a full scan of my computer with my Antivirus and Malwarebytes.

    None of these problems are on Chrome or Edge.

    The application databases

    Name: Firefox
    Version: 42.0
    Build ID: 20151029151421
    Update channel: output
    User Agent: Mozilla/5.0 (Windows NT 10.0;) WOW64; RV:42.0) Gecko/20100101 Firefox/42.0
    Windows multiprocessing: 0/1 (default: false)
    Safe mode: false

    Reports of incidents for the last 3 days

    Report ID: bp-b252c610-e860-4800-bb0e-4ef672151122
    Sent: 3 hours ago

    Report ID: bp-cdc8cb59-3c52-45b0-be02-7fb2e2151121
    Sent: 2 days ago

    All Crash reports (including 12 pending hangs in the given time interval)

    Extensions

    Graphics

    Description of the adapter: Intel(r) HD Graphics 530
    Adapter (GPU #2) Description: NVIDIA GeForce GTX 960 M
    Drivers: igdumdim64 igd10iumd64 igd10iumd64 igd12umd64 igdumdim32 igd10iumd32 igd10iumd32 igd12umd32
    Drivers (GPU #2): nvd3dumx, nvwgf2umx, nvwgf2umx, nvwgf2umx, nvd3dum, nvwgf2um, nvwgf2um, nvwgf2um
    RAM card: unknown
    RAM (#2 GPU) card: 4095
    Asynchronous Pan/Zoom: no
    Device ID: 0x191b
    Device ID (GPU #2): 0x139b
    DirectWrite Enabled: false (10.0.10240.16430)
    Driver date: 24/08/2015
    Driver (GPU #2) date: 13/11/2015
    Driver version: 10.18.15.4279
    (GPU #2) driver version: 10.18.13.5900
    GPU #2 Active: false
    GPU accelerated Windows: 0/1 Basic (OMTC)
    SubSys ID: 10391025
    SubSys ID (GPU #2): 10391025
    Supports decoding H264 Hardware: false
    Vendor ID: 0 x 8086
    Vendor (GPU #2) ID: 0x10de
    WebGL Renderer: Google Inc. - ANGLE (Intel(r) HD Graphics 530 Direct3D11 vs_5_0 ps_5_0)
    windowLayerManagerRemote: true
    AzureCanvasBackend: skiing
    AzureContentBackend: Cairo
    AzureFallbackCanvasBackend: Cairo
    AzureSkiaAccelerated: 0

    Important change preferences

    Browser.cache.Disk.Capacity: 358400
    Browser.cache.Disk.filesystem_reported: 1
    Browser.cache.Disk.smart_size.first_run: false
    Browser.cache.Disk.smart_size.use_old_max: false
    Browser.cache.frecency_experiment: 2
    browser.download.importedFromSqlite: true
    browser.download.useDownloadDir: false
    browser.places.smartBookmarksVersion: 7
    browser.sessionstore.upgradeBackup.latestBuildID: 20151029151421
    Browser.Startup.homepage_override.buildid: 20151029151421
    Browser.Startup.homepage_override.mstone: 42.0
    DOM.apps.Reset - permissions: true
    dom.mozApps.used: true
    extensions.lastAppVersion: 42.0
    font.internaluseonly.Changed: false
    GFX. Direct2D.disabled: true
    GFX. Direct3D.last_used_feature_level_idx: 0
    GFX. Driver - init.appVersion: 42.0
    GFX. Driver - init.deviceID: 0x191b
    GFX. Driver - init.driverVersion: 10.18.15.4279
    GFX. Driver - init.feature - d2d: true
    GFX. Driver - init.feature - d3d11: true
    GFX. Driver - init.status: 2
    layers. Acceleration.Disabled: true
    Media.GMP - th - adobe.abi: x 86-msvc
    Media.GMP - th - adobe.enabled: false
    Media.GMP - th - adobe.lastUpdate: 1448119635
    Media.GMP - th - adobe.version: 15
    Media.GMP - gmpopenh264.abi: x 86-msvc
    Media.GMP - gmpopenh264.enabled: false
    Media.GMP - gmpopenh264.lastUpdate: 1448117718
    Media.GMP - gmpopenh264.version: 1.5.1
    Media.GMP - manager .buildID: 20151029151421
    Media.GMP - manager .lastCheck: 1448223560
    Media.Hardware - video-decoding successful: false
    network.cookie.prefsMigrated: true
    Network.Predictor.cleaned - up: true
    places.database.lastMaintenance: 1448151756
    places. History.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf,application/vnd.fdf
    plugin.importedState: true
    plugin. State.Java: 2
    plugin. State.np_wtapp: 0
    plugin. State.np32dsw: 2
    plugin. State.npctrl: 2
    plugin. State.npdeployjava: 1
    plugin. State.npfoxitphantompdfplugin: 0
    plugin. State.npintelwebapiipt: 0
    plugin. State.npintelwebapiupdater: 0
    plugin. State.npitunes: 0
    plugin. State.NPSPWRAP: 0
    privacy.sanitize.migrateFx3Prefs: true
    Security.default_personal_cert: automatic selection of
    Security.disable_button.openCertManager: false
    Security.disable_button.openDeviceManager: false
    Security. OCSP.enabled: 0
    Storage.vacuum.Last.index: 0
    Storage.vacuum.Last.places.sqlite: 1448151756

    Important preferences locked

    JavaScript

    Incremental GC: true

    Accessibility

    Enabled: false
    Prevent accessibility: 0

    Versions of the library

    NSPR
    The expected minimum version: 4.10.10
    Version: 4.10.10

    NSS
    The expected minimum version: 3.19.4 based ECC
    Version: 3.19.4 based ECC

    NSSSMIME
    The expected minimum version: 3.19.4 based ECC
    Version: 3.19.4 based ECC

    NSSSSL
    The expected minimum version: 3.19.4 based ECC
    Version: 3.19.4 based ECC

    NSSUTIL
    The expected minimum version: 3.19.4
    Version: 3.19.4

    Experimental features

    You can check for problems with the current versions of the plugin Shockwave Flash and try this:

    See also:

Maybe you are looking for