interaction reset drag-and - drop

Hello
How reset a conducted drag and drop interaction, so I can redo the interaction drag-and - drop?
If I try and return objects to their original location he just snaps back to the filled location
Currently I have to move to another page, and then return to the page containing drag drop interaction in order to reset the interaction
Thanks in advance
Jon

Amy was soon
Works a treat
Jon

Tags: Authorware

Similar Questions

  • Drag and drop Interaction - elements of drops

    Hello

    I use the new model of Interaction for drag and drops. It seems to work perfectly, but it is something I am struggling to do.

    Is there anyway you can restirct how many items can be placed on a drop zone? For the moment, you can drop more than one item from a drop zone and they overlap. My ideal solution would be so that you can only sheet one of the elements to an area or when you drop an item in a region that already has one there, it replaces it with a new one that just dropped.

    Thank you

    Yes, you can do what you ask. Here are some tutorials of Pooja, an expert! In the videos, she explains how to do exactly what you ask. https://www.adobeknowhow.com/courselanding/what-s-new-adobe-captivate-7.

  • Put the Drag and Drop cursor reset and confirm buttons

    Is it possible to get the hand cursor when flipping the reset and buttons send you in doing drag and drop interactions? I use 8 Captivate.

    Hand-Pointer-Cursor1.png

    Sorry, I don't see a way. These buttons are using the button Quiz style, and although Quiz buttons get the default hand cursor, this is not the case for the D & D buttons. Maybe you could file a feature request, really seems a valid request:

    Feature request/Bug Report Form

  • 6.1: drag and drop slide on enter reset

    How can I reset all the objects on a drag and drop slide on enter Captivate 6.1 using the integrated brake and drop the widget?

    Hey Savy,

    Drag and Drop Interaction works similar to another question slide if it is included in the Quiz. IE if you answer it correctly, or if your attempts are more then it wont allow to resume interaction drag / move with in the same scope of Quiz. But if you try several Quiz (Quiz preferences > Attemps), it allows to resume interaction in your next Quiz attempt.

    or if it is not included in the Quiz, it resets the interaction on each slide to enter.

    Please submit an enhancement request in "Drag and Drop of the success of the legend. Link http://www.adobe.com/go/wish

    Thank you

    VERALINE Sukumaran.

  • Text comments for support of Drag and Drop Interaction

    I developed a drag and drop interaction that works well, the problem is with the behavior of the reset button send.

    If the objects of slide 'proper' are on the 'right' target - no problem

    The problem is if a combination of drag-and-drop 'wrong' is selected, displays the text 'wrong' feedback and the reset button moves all drag the object to the starting position, but once that the 'good' drag drop combination is submitted, the 'wrong' feedback text appears.

    The fla is available here: skydrive.live.com/?cid=bb539b6eff0afbf5 & sc = documents & uc = 1 & id = BB539B6 EFF0AFBF5% 21114 #

    Thanks in advance for any help/suggestions, you can provide and for taking the time to read this post

    The corresponding code is:

    Section 1:

    ActionScript code:

     

    function dragSetup(clip, targ) { clip.onPress = function() { startDrag(this); this.beingDragged=true; }; clip.onRelease = clip.onReleaseOutside=function () { stopDrag(); this.beingDragged=false; if (eval(this._droptarget) == targ) { this.onTarget = true; _root.targ.gotoAndStop(2); } else { this.onTarget = false; _root.targ.gotoAndStop(1); } }; //the variables below will store the clips starting position clip.myHomeX = clip._x; clip.myHomeY = clip._y; //the variables below will store the clips end position clip.myFinalX = targ._x; clip.myFinalY = targ._y; clip.onEnterFrame = function() { //all these actions basically just say "if the mouse is up (in other words - the clip is not being dragged) // then move the MC back to its original starting point (with a smooth motion)" if (!this.beingDragged && !this.onTarget) { this._x -= (this._x-this.myHomeX)/5; this._y -= (this._y-this.myHomeY)/5; //if the drag object is dropped on any part of the target it slides to the center of the target } else if (!this.beingDragged && this.onTarget) { this._x -= (this._x-this.myFinalX)/5; this._y -= (this._y-this.myFinalY)/5; } }; } dragSetup(drag1,drop1); dragSetup(drag2,drop2); dragSetup(drag3,drop3); dragSetup(drag4,drop4); dragSetup(drag5,drop5); dragSetup(drag6,drop6); dragSetup(drag7,drop7);

     

    on the submitBtn:

    ActionScript code:

     

    on (press) {     if ((_root.drag1._droptarget == "/drop1") &&         (_root.drag2._droptarget == "/drop2") &&         (_root.drag3._droptarget == "/drop3") &&         (_root.drag4._droptarget != "/drop4") &&         (_root.drag5._droptarget != "/drop5") &&         (_root.drag6._droptarget != "/drop6") &&         (_root.drag7._droptarget != "/drop7"))     {         {             resetBtn.enabled = false;         };         {             feedbackTxt = "Yes, hardware installation, asset tagging and imaging are the best services to recommend to help your customer meet her deadline.";         };         {             drag1.enabled = false;             drag2.enabled = false;             drag3.enabled = false;             drag4.enabled = false;             drag5.enabled = false;             drag6.enabled = false;             drag7.enabled = false;         };     }     else     {         feedbackTxt = "Not quite.  At least one of services you chose isn't the best recommendation, or you did not chose all of the correct services.  Consider your customers business needs, click Reset and try again.";         gotoAndPlay("Scene 1", 1);     } }

     

    on the resetBtn:

    ActionScript code:

     

    //this code controls the reset button function and returns all of the drag objects to the start position. on(Press) {  drag1.onTarget=false; drag1._x = drag1.myHomeX; drag1._y = drag1.myHomeY;  drag2.onTarget=false; drag2._x = drag2.myHomeX; drag2._y = drag2.myHomeY;  drag3.onTarget=false; drag3._x = drag3.myHomeX; drag3._y = drag3.myHomeY;  drag4.onTarget=false; drag4._x = drag4.myHomeX; drag4._y = drag4.myHomeY;  drag5.onTarget=false; drag5._x = drag5.myHomeX; drag5._y = drag5.myHomeY;  drag6.onTarget=false; drag6._x = drag6.myHomeX; drag6._y = drag6.myHomeY;  drag7.onTarget=false; drag7._x = drag7.myHomeX; drag7._y = drag7.myHomeY;  feedbackTxt = ""}

     

    include your onTarget in the if statement, not only 3 of them.

  • Dreamweaver CC 2015.3 interactive images - Hotspots do drag and drop does not work

    Dear all,

    I use Dreamweaver CC 2015.3 and try to use the Image Map option. I'm not using it in Liveveiw so there must be another problem.

    I have inserted a picture and give MapId image2. After that, I tried to drag and drop all three circle, polygon, and rectangle. Nothing happened.

    No map tag is packed. Nothing happens. What is the reason?

    Thank you

    Amir

    mamirs wrote:

    ... I have inserted a picture and give MapId image2.

    As much I know "MapId" is not an attribute of html for creating / using the clickable images.

    An image map using an attribute called 'well' in the tag which must match the attribute "name" of the tag. DW will write the attribute well, and tags automatically when you draw a shape, there is no need to add your own before drawing a card form (maybe it's and the use of an invalid attribute is confusing the program?). If you want to change the name of , make you in the properties of the window after you have created a form and DW will automatically update the necessary elements.

    To use the image map tools...

    1. place an image into your page (the tag should be used, image maps do not work on css-background images)
    2 single-left-click on the image in Design view to select it (a black box appears). If you see a blue border and a tab, when you click the image, you again Live View Editor and click on the triangle next to the Code, Split and buttons direct to change design

    3 left - click the shape you want in the Properties window to select the tool

    4. go to the image, click and drag (to a circle or square) or click on several points (for the polygon tool) to create your interactive image tag
    5. change the name of the card on the card Properties window

  • Hyperlink button doesn't work is not a Drag and Drop Interaction

    I have an interaction drag-and - drop on the last slide of a project that work very well, but my button (arrow)

    that goes to a site Web does not work (nothing happens when the user clicks the button).  Button actions
    are defined as follows: success: open URL or file, check of the infinite attempts and URL is set to
    on new.

    Thanks for the tips.

    Kelvin

    Drag and Drop.png

    Haven't you set up your network drive as a trusted location in your security settings for Flash?  If this isn't the case, it will be the reason.  If that's how you want to deliver your learning (from a network drive), then anyone who consumes it will to do this. If things don't work out as planned.  A road LAN network is NOT a web server.

  • Blank screen after an interaction drag-and - drop

    Hey, I'm back.

    I have a small question about a drag and drop interaction in Captivate 8. Right now, it's together to continue to the next slide after three failures (with a failure caption) or to display a success message about success, then move to the next slide. However, when I publish it, it goes to a white screen for a few seconds after I finish the drag and drop interaction and moves to the next slide. The rest of the slides have text entry areas, and none of them have the blank screen between them.

    No one knows what might happen? I feel like there is a setting I'm missing or something. I've attached screenshots of the slide settings and drag and drop settings. Please let me know if you need more information.

    dd settings.PNGslide settings.PNG

    Why have you changed the suspension point to such a very short 0.1 seconds, what is the idea behind this? Yesterday, I already warned another user that such short duration is not at all recommended. D & D slides have a lot of code built in, and you add an action on enter to hide the playback bar. How long lasts this slide altogether? The point of suspension is not visible on the timeline, but your change will cause this situation:

    • an active slide part is 0.1sec
    • the inactive part of the slide is the slide duration less 0.1 sec; If you have kept the slide to 3 seconds duration, which means, 2.9 seconds
    • When you click on the submit button and exhaustion of attempts are executed measures OnSuccess or OnFailure: both go out of reading in your case, and the playhead must continue on the timeline for 2.9secs
    • If your items are not timed for the rest of the slide but end before this end, at some point you will indeed see a slide "blank."
  • Interaction drag-and - drop - time after the presentation of the self.

    Captivate 8.0.1.242 - Windows 7 - 64 bit - SWF - sensitive Format format not


    I drag and drop interactions in my class. I allowed for the correct drag auto shipping option and file the response. But when I publish the course and run the course online, there is a delay after drag / drop the right answer. There is no sign of loading or whatever it is. Just a delay, then I see the next slide. Its strange to students they start clicking on random areas, thinking that they have made a mistake.


    I would like to know as to why there is this delay and how to remove it.



    Hello

    I think the problem is with Actions that are currently assigned to the interaction. If you look closely, you will probably find that the slide is a break to 1.5 seconds. And the action assigned to the right answer is probably "continue." This means that play resumes and it takes another 1.5 seconds to visit the next slide.

    Try changing the action "Go to the next slide" and the delay must be eliminated.

    See you soon... Rick

  • Drag and drop the interactive report

    HY!

    For an interactive report, I would like to implement and drag to order lines.

    It's a request complex abandoned behind the report (joints, ect.)

    I need an element hidden like this

    apex_item.hidden(1, rowid) AS Sort
    

    The problem is, that rowid is not here (ORA-00918: column ambiguously defined).

    Because of this article, I'm sure that the joints in my query are problems

    ORA-00918: column ambiguously defined

    But I need the rowid for the sorting process.

    How to implement Drag and Drop, I learned from here:

    Read the Article - Drag & amp; amp; Drop the rows in a table

    Does anyone know of a workaround?

    Thanks for your help!

    ILB.

    Hello

    You can do also, update for example the primary key.

    In the table of the witch you have the column where you store the sort order?

    Use this table for example name as apex_item.hidden (3, ENDGUELTIGEWARTELISTESORT.rowid)

    Kind regards

    Jari

  • How can I register a message of success to a drag and drop interaction - I don't see this option in the Actions on the possibilities of success and it cannot know?

    How can I register a message of success to a drag and drop interaction - I don't see this option in the Actions on the possibilities of success and it cannot know?

    Hide you this way:

  • Captivate 8 drag and drop interaction does not

    Hi, I work with 8 Captivate and created an interaction drag-and - drop using the wizard to drag / move. For some reason when I preview the interaction some of my sources of drag and others are not. I searched high and low for what I can hurt, but I can not understand. I created types when doing the interaction so it is not sensible that some should work and others don't. Thanks for any help you can provide.

    Hi Vaneppmc1,

    You have disabled the option accept all of the dialog "drag accepted Source. (as seen from your capture screen images).

    If the option "accept all the" is checked, the target can accept 'ALL' sources who are ticked in the column 'Drag Source Types '. In your case, Image 9 can accept sources of type "Bad conscience".

    Since you have unchecked the option accept everything, and the value of Count is 1 (which is default). Here so the target can accept only 1 source of type "Healthy Conscience of the United Nations" and lift reject legend of error on the acceptance of another source.

    Check the option "accept all the ' try and let me know if this works for you.

    If this does not solve your problem please share your Cptx file to address the issue by e-mail ([email protected]).

    Thank you

    Derrick

  • Captivate 8 Drag and Drop - selection of Audio files for interaction

    I see where the box is for the selection of audio data to play (Drag and Drop/Options/Interaction properties). I want to select the audio file that will be used, but I don't see where the new place is to select and add the file. I checked the training videos that came out this week, but add the audio was not included. Help appreciated.

    Hello

    Choose an audio file,

    Select the Drop target in the scene. Drag and Drop Panel-> Format-> behavior Snap tab, you can find the Audio menu down.

    Custom Audio file can be selected by clicking Browse next to the drop down.

    Kind regards

    Alexis

  • Legend 1 success for multiple targets in a Drag and Drop Interaction

    I can't see how I can add legends of success to each target in an interaction drag-and - drop, but you can apply only 1 legend success multiple targets?

    1. The limits of smartshapes are overlapping with each other. For example, the smartshape on the 1st line was overlapped with the one on the 2nd line. For this reason, whenever you place the text of the 'Investment' legend on the smartshape on the 2nd line, it automatically moved to the smartshape on the 1st line. As a result, you could never get the right answer, and where you've ever seen the legend of success.

    Solution: Move the smartshapes another (or resize them) and make sure that there is no overlap.

    2, the number of attempts for this interaction has been on infinity. So, you have to play it until you get it right, but could not qualify because of the mention of the reasons above. That's why you have never seen the legend of failure.

    Solution: Disable the infinite in the accordion of Action and specify the required number of attempts. You will get the legend of failure if you don't get it right in these attempts.

    I just tested these solutions and it worked fine. Let me know if you still face problems.

  • On the legend of rejection only appear not in the interaction drag and drop

    Hello

    I'm playing with drag and drop interaction to understand its functionality.

    I noticed that we can accept, reject and hint captions to individual moving targets. When I tested it, I Accept and indication of the legends as expected. But I don't get the legend to reject even when I place the wrong source on the target.

    What I am doing wrong?

    Anthony

    Hello

    Dismiss the legend appears when an unacceptable source fell on a target. To configure the "acceptance criteria", select a drop target, click on 'Accept' button, deselect the checkbox corresponding to the unacceptable source. (As shown below)

    Now each time the drop source user 'Unaccept' on top of the target, the legend of "Reject" will appear.

    Thank you

    VERALINE Sukumaran.

Maybe you are looking for