Drag and Drop for HTML5 Canvas

Why can I use the drag and drop snippets for ActionScript 3.0 document, but when I try to do for a HTML5 canvas document that is not yet show the object instance in the browser?

At the risk of pointing out the obvious: because the HTML5 documents do not work with ActionScript.

Tags: Adobe Animate

Similar Questions

  • Drag and drop outside the canvas does not

    Hello

    I changed the code below to drag and drop a canvas inside another canvas. Why can I not move the Red Canvas outside in blue? The mouse pointer must be inside the Red canvas in order to move the red. Incredible.

    Can you help me?

    Chris

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="absolute"width ="780" "
    creationComplete = "creationCompleteHandler ()" >

    < mx:Canvas id = "invisible_holder" width = "100%" height = "100%" backgroundColor = "#ff0000" backgroundAlpha = "0" / >
    < mx:Canvas id = "BlueCanvas" x = "97" y = "263" width = "300" height = "300" backgroundColor = "blue" backgroundAlpha = "0.1" >

    < mx:Canvas id = "RedCanvas" x = "26" y = "38" width = "200" height = "200" mouseDown = "childMouseDown (event)" "
    backgroundColor = "red" >
    < mx:Label id = "dd" text 'labe lll' = >

    < / mx:Label >
    < / mx:Canvas >

    < / mx:Canvas >

    < mx:Script >
    <! [CDATA]
    Import mx.core.DragSource;
    Import mx.core.UIComponent;
    Import mx.events.DragEvent;

    Import mx.managers.DragManager;

    Variables used in lieu of the image
    public var xOff:Number;
    public var yOff:Number;
    public var xThisBefore:Number;
    public var yThisBefore:Number;
    public var xThisAfter:Number;
    public var yThisAfter:Number;
    Create event to drag listeners.
    private function creationCompleteHandler (): void
    {
    RedCanvas.addEventListener (DragEvent.DRAG_DROP, dropEnter);
    RedCanvas.addEventListener (DragEvent.DRAG_ENTER, applicationDragEnter);
    }

    private void dropEnter(event:DragEvent):void {}
    RedCanvas.x = this.mouseX - xOff;
    RedCanvas.y = this.mouseY - yOff.
    xThisAfter = this.mouseX;
    yThisAfter = this.mouseY;
    RedCanvas.x = xOff + (xThisAfter - xThisBefore);
    YOff = RedCanvas.y + (yThisAfter - yThisBefore);

    this.addChildAt(RedCanvas,1)
    changeZIndex (1);
    RedCanvas.addEventListener (DragEvent.DRAG_DROP, dropEnter);
    RedCanvas.addEventListener (DragEvent.DRAG_ENTER, applicationDragEnter);
    }

    private void changeZIndex (direction: int): void {}
    var newIndex:int = BlueCanvas.getChildIndex (RedCanvas) + direction;

    If (newIndex > = 0 & & newIndex < BlueCanvas.numChildren) {}
    BlueCanvas.setChildIndex (RedCanvas, newIndex);
    }
    }

    The application accepts drag-and - drop.
    (except when the user is dragging the Red painting on canvas blue)
    private void applicationDragEnter(event:DragEvent):void
    {
    If (event.dragSource.hasFormat ('data'))
    {
    DragManager.acceptDragDrop (event.currentTarget as UIComponent);
    }
    }

    Start the operation drag - move
    private void childMouseDown(event:MouseEvent):void
    {
    xThisBefore = this.mouseX;
    yThisBefore = this.mouseY;

    xOff = RedCanvas.x;
    yOff = RedCanvas.y;

    var data: String = "data";
    Source: DragSource var = new DragSource();
    source.addData (data, 'data');
    DragManager.doDrag (event.currentTarget UIComponent, source, event);
    }
    []] >
    < / mx:Script >
    < / mx:Application >

    I got it work in reviewing this function:

    private function creationCompleteHandler (): void {}
    BlueCanvas.addEventListener (DragEvent.DRAG_DROP, dropEnter);
    BlueCanvas.addEventListener (DragEvent.DRAG_ENTER, applicationDragEnter);
    }

    Thius is logical, because you want dropEnter and dragEnter on blue canvas.

    If this post has answered your question or helped, please mark it as such.

  • On the features of Drag and Drop

    Hi I work on ADFMobile I implemented an Application using HTML and JavaScript and CSS. And I provide the functionality of Drag and Drop in HTML5, but the functionality of Drag and Drop didn't work.

    So could you please help me how to implement the drag and drop operation going works in ADFMobile

    <! DOCTYPE html >

    < html >

    < head >

    <!-< script type = "text/javascript" src = "jquery.js" > < / script >

    < script type = "text/javascript" src = "main.js" > < / script >->

    < link rel = "stylesheet" type = "text/css" href = "style.css" >

    < title > < / title >

    < / head >

    < body >

    < div id = 'wrapper' >

    < div class = "header-wrapper" >

    < div class = "wrapper-in-head-left" > Accept < / div >

    < div class = 'wrapper-in-head-right' > reject < / div >

    < / div >

    < div class = "container" >

    < div class = "info-container" >

    < div class = "info-header" > example 1 < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < / div > <! - first contianer ends here - >

    < div class = "info-container" >

    < div class = "info-header" > example2 < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < / div > <! - first contianer ends here - >

    < div class = "info-container" >

    < div class = "info-header" > 3 < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < div class = "info-tip" >

    Hello World < p > < /p >

    < / div >

    < / div > <! - first contianer ends here - >

    < / div >

    < div class = 'wrapper-footer' >

    < div class = 'wrapper-foot of page-left' > learn... < / div >

    < div class = 'wrapper-foot of page-right' > Later < / div >

    < / div >

    < / div >

    < / body >

    < / html >

    #{pageFlowScope.JavaScript.InvokeAlerts}

    Sorry, Frank Nimphius I designed a mobile page with HTML5 JavaScript and CSS in Jdeveloper and I try to implement the functionality of gliding & in this application, but it will not work on the Android browser

    Could you please help me how to implement drag and drop features in the given page

    HTML:

    Accept

    Reject

    example1

    Hello world

    Hello world

    Hello world

    Hello world

    Example2

    Hello world

    Hello world

    Hello world

    Hello world

    3

    Hello world

    Hello world

    Hello world

    Hello world

    JavaScript:

    $(document) .ready (function () {}

    $('.info-tip').mousedown (function (e) {}

    e.preventDefault ();

    Console.log (e.ClientX);

    Console.log (e.ClientY);

    $('.info-tip').mousemove (function (e) {}

    {if (e.which = 1)}

    $(this).removeClass('info-tip').addClass ("clone-item");

    }

    });

    (.mouseup)})

    function() {}

    $('.info-tip').off ("mousemove");

    });

    });

    CSS:

    HTML, body {}

    Width: 100%;

    height: 100%;

    padding: 0px;

    margin: 0px;

    background: #ccc;

    }

    {#wrapper}

    Width: 80%;

    height: 80%;

    margin: auto;

    }

    . Container {}

    Width: 100%;

    height: auto;

    margin: 0px 0px 30px 0px;

    }

    {.wrapper-head

    margin: 0;

    background: #4c4c4c; / * Older browsers * /.

    background:-moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #000000 100%, #131313 100%); / * FF3.6 + * /.

    background:-webkit-gradient (linear, left top, left bottom, color-stop(0%,#4c4c4c) color-stop(12%,#595959) color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#000000), color-stop(100%,#131313))... / * Safari4, Chrome + * /.

    background:-webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * Chrome10 +, Safari5.1 + * /.

    background:-o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * Opera 11.10 + * /.

    background:-ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * IE10 + * /.

    background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * W3C * /.

    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr = ' #4c4c4c ', endColorstr = "#131313 ', GradientType = 0"); / * IE6-9 * /.

    position: fixed;

    top: 0;

    Width: 80%;

    padding: 10px 0px;

    z-index: 100;

    }

    {.wrapper-footer

    margin: 0;

    padding: 10px 0px;

    background: #4c4c4c; / * Older browsers * /.

    background:-moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #000000 100%, #131313 100%); / * FF3.6 + * /.

    background:-webkit-gradient (linear, left top, left bottom, color-stop(0%,#4c4c4c) color-stop(12%,#595959) color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#000000), color-stop(100%,#131313))... / * Safari4, Chrome + * /.

    background:-webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * Chrome10 +, Safari5.1 + * /.

    background:-o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * Opera 11.10 + * /.

    background:-ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * IE10 + * /.

    background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#000000 100%,#131313 100%); / * W3C * /.

    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr = ' #4c4c4c ', endColorstr = "#131313 ', GradientType = 0"); / * IE6-9 * /.

    position: fixed;

    bottom: 0;

    Width: 80%;

    z-index: 100;

    }

    {} .info-container

    Width: 100%;

    height: auto;

    float: left;

    top of the margin: 20px;

    position: relative;

    }

    .wrapper .wrapper-in-head-left header {}

    float: left;

    color: #fff;

    text-indent: 10px;

    }

    .wrapper .wrapper-in-head-right header {}

    float: right;

    color: #fff;

    text-indent: 10px;

    }

    . Wrapper-foot left-foot of page-.wrapper {}

    float: left;

    color: #fff;

    text-indent: 10px;

    }

    foot of page-.wrapper .wrapper-foot of page-right {}

    float: right;

    color: #fff;

    }

    {} .info-head

    text-indent: 10px;

    color: #fff;

    make-weight: bold;

    padding: 2px 0px;

    margin-bottom: 8px;

    background: #1e5799; / * Older browsers * /.

    background:-moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 90%, #7db9e8 100%); / * FF3.6 + * /.

    background:-webkit-gradient (linear, left top, left bottom, color-stop(0%,#1e5799) color-stop(50%,#2989d8), color-stop(90%,#207cca) color-stop(100%,#7db9e8)); / * Chrome, Safari4 + * /.

    background:-webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 90%,#7db9e8 100%); / * Chrome10 +, Safari5.1 + * /.

    background:-o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 90%,#7db9e8 100%); / * Opera 11.10 + * /.

    background:-ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 90%,#7db9e8 100%); / * IE10 + * /.

    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 90%,#7db9e8 100%); / * W3C * /.

    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr = ' #1e5799 ', endColorstr = ' #7db9e8 ', GradientType = 0); / * IE6-9 * /.

    }

    {} .info-tip

    Width: 24%;

    height: 150px;

    float: left;

    margin-left: 10px;

    Background: #fff;

    -webkit-border-radius: 10px;

    }

    .info-pointe p {}

    text-align: center;

    margin: 60px banner 0px 0px 0px;

    }

    . Clone-item {}

    background: Red;

    Width: 200px;

    height: 150px;

    float: left;

    margin-left: 10px;

    background: Red;

    -webkit-border-radius: 10px;

    position: absolute;

    }

    Using this code, I generate a page on this page I want to drag drag the HellowWorld to accept button so how to implement this feature - déposer in ADFmobile

  • Drag and drop quiz

    Hello!

    I'm doing a quiz and by slip and fall interacations.

    I was able to add drag and drop for the quiz, but not as I want.

    There are 6 options to drag its corresponding base (there are 6 of these aswell).

    So A can only be moved to B, and C can only be slid to D and so on.

    If A is slipped to F but C is slipped to D. The user must always get 1 point for one who is correct.

    But the way it works for me now, if you don't get everything right, you won't get any point.

    Is there a way to fix this?

    Thanks in advance!

    In this case, you can create a v_score user variable to store the partition. Start with a value default of 0, and for every good drag & drop law you can increment the variable with a number of points by using the action of the object. The result can easily be inserted into a container of text to display to the user.

    You can calculate even the percentage etc. This is a different topic, where I show how to create intermediaries mark slides:

    Intermediate Score slides - Captivate blog

    As for the actions of the object look: advice & glide - Captivate blog

  • Captivate 7 Drag and Drop

    I created a drag and drop for a Captivate 7 project. I want an image to display when the learner Gets the correct interaction. I want a different image to appear if the learner Gets the incorrect interaction. It doesn't work the way I configured it and display the image correctly even when I finished the Drag and Drop incorrectly.  Suggestions?

    Capture.PNG

    And what then is the first timeline?  It is a completely different, where are the Feedback text captions?  And you not answered my questions: why sprawl of these legends on the timeline, staggering of the buttons?

    I don't see why you need a second slide just to show your comments? I gave you a link, have you read this article? I explained how to display a legend for the success, and the legend of failure is already built into the D & P. Still, I suspect that you don't understand its features.

  • Drag and Drop feature in Flash

    I have several items on my work plan which includes the Drag and Drop feature to place on top items (overlapping) one another. When the third or fourth item is selected the previous item is forced behind his previous item. Is anyway to keep the elements previously placed repositioning, keeping just the items of stationery. Here is the code applied to the button instance that is inside its respective film clip.

    (press, dragOver) {}

    startDrag (_root. Item2);

    }

    (release, deployment, dragOut) {}

    stopDrag();

    }

    (press release, dragOver, dragOut) {}

    _root.x += 9;

    _root. Element2.swapDepths (_root.x);

    }

    Try...

    Ring2.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag_2);

    function fl_ClickToDrag_2(event:MouseEvent):void

    {

    Ring2.StartDrag ();

    this.setChildIndex (Ring2, numChildren-1)

    }

    or...

    Ring2.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag_2);

    function fl_ClickToDrag_2(event:MouseEvent):void

    {

    Ring2.StartDrag ();

    addChild (Ring2);

    }

    You do not have to write unique features drag and drop for each ring.  You can have a generic that is shared by all...

    Ring1.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    Ring2.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    Ring3.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    function fl_ClickToDrag(event:MouseEvent):void

    {

    MovieClip (event.currentTarget) .startDrag ();

    addChild (MovieClip (event.currentTarget));

    stage.addEventListener (MouseEvent.MOUSE_UP, dropRing);

    }

    function dropRing(evt:MouseEvent):void

    {

    stage.removeEventListener (MouseEvent.MOUSE_UP, dropRing);

    stopDrag();

    }

  • Need help with drag and drop

    IM really new to this program as a

    day new hehe and I need help. im making a game quiz and your supposed

    ED to score in the hoop with a circle.  I have the

    codes for the drag and drop for the circle, but I need help with the collision between the Hoop and the ball, I want to go to the image next or gotoandPlay when the ball touches the ring. HELP PLEASE

    You should not attach code to objects.  and you can be able to happen by using a loop.

    Start by removing all the code the suggested by maqro (i.e. as3) and by removing all the code attached to objects.

    use:

    {yourobject.onPress = function ()}

    this.startDrag ();

    }

    {yourobject.onRelease = yourobject.onReleaseOutside = function ()}

    this.stopDrag ();

    {if (this.) HitTest (whatever))}

    do something

    }

    }

  • Drag and Drop with DataGrid to Image

    Hi all

    I have experimented with drag and drop between DataGrids. It was pretty simple, but what I want is to take a line from a DataGrid and drop it on an Image. Can I use or overlap the DataGrid drag and drop with a manual drag and drop for the Image? Or should I manually add the drag and drop only?

    I guess I'm just trying getting the Image to accept the line of the data grid.

    Hello

    Yes, you can interwine the two. I did something similar, except in my case I
    working with a datagrid and a tree and I need to override the default behavior for the tree.

    Just use dragEnabled = "true" to the datagrid control.

    Then the Image to define functions for the dragEnter and dragDrop events (and from other events, drag if you wish).

    private void doEnter(event:Event):void
    {
    DragManager.acceptDragDrop (Image (event.currentTarget));
    }

    private void doDrop(event:Event):void
    {
    your code here
    }
    Don't forget to add:
    Import mx.managers.DragManager;

  • I downloaded El Capitan and can't drag and drop Photos for pictures of Mac to my documents Pages.  Is there a solution?

    I downloaded El Capitan and can't drag and drop Photos for pictures of Mac to my ' 09 Pages documents as I did before with iPhoto.  Is there a solution?

    Hi gr.

    Drag / drop photos to Pages ' 09 seems to be broken. Copy-paste works.

    Select the photo in the Photos. Edition > copy

    Click in the page document. Edition > paste

    Faster:

    Click on the photo

    Command + C

    Click on the pages

    Command + V

    Kind regards

    Barry

    PS: The time to update your profile information.

    El Cap is running on the iBook G4? Problems outside of it?

  • Why creates shortcuts for Moving files when drag and drop the folder or file in another folder?

    I am using Windows XP SP3, just before I drag and drop the file into another folder in my windows explore. Suddenly, he is creating shortcuts for moving file. I'm not able to move the file by drag / move the mouse, it is possible that by cutting and Paste(Ctrl+X) using the keyboard. Why?

    Maybe your 'Alt' key is stuck.
    See exchanging the keyboard with another makes all the difference.

    HTH,
    JW

  • Virtual PC for Windows 7 - How to drag-and - drop or transfer files

    I am trying to use Virtual PC for Windows 7 and be able to identify ways to transfer files from my host system in a virtual PC, I created.

    I was previously using Virtual PC (VPC) 2007 under Vista and am familiar with just the files dragging and droping to and from my host on the virtual computer system.

    I enabled the integration services and am unsure of what the user really wants that the VPC. that is he doesn't want configure me a Local user on the virtual machine or the host.

    I was able to connect to the virtual computer by using a local user on the computer virtual account, but for the life of me can not find out how to transfer files that I used to.

    To achieve what I need, I copy files to a shared location on my network as my PC and the virtual computer has access.

    Can anyone suggest how to get the 'integration' works correctly then drag and drop files between the Bureau of the VPC and host is possible.

    Thank you.

    Integration features allows the WVPC7 to share resources and readers. Open the virtual machine settings, and these options are available:

    1. Audio. Without integration, sounds played inside the virtual machine are emulated using a SoundBlaster 16 card. Audio output is fairly shrill and unpleasant to play using MP3s that imitated the sound card. With audio integration, sounds inside the VM are routed via Protocol Office remotely to your physical card. Audio output will be much better.
    2. Clipboard. Host OS and guest OS supported can share contents of the Clipboard.
    3. Printer. Applications within the virtual machine can print using your physical printer. This is useful if you have a parallel printer (LPT1). For USB printers, click on the "USB" menu on the toolbar of the virtual machine monitor, then attach your USB printer to your virtual machine.
    4. Smart cards. (I do not have any device of smart card, experts, please answer)
    5. Readers. Guest operating system can access and write files directly to your physical hard disks (or DVD or USB flash disk drive); is based on the physical disks, you have shared.

    For drag / drop, until today (2 July here) does not. I used to drag-and - drop files from my desktop windows vista to the desktop of the virtual machine (windows XP inside) you do, but now we can't. Another approach is to share your disks in has integration of options described above.

    After I shared my C: drive, a new 'shared' drive appeared in my virtual Windows XP [workstation], which is 'C on RYAN-PC' (the name may be different on your PC). Whenever I need to copy some files from my virtual computer on the desk of my windows 7, I just opened that shared drive, navigate to \\tsclient\C\Users\Ryan\Desktop\, copy the files and they come to my office windows 7.

    Personally I agree that even this method is simpler that the copy of the shared network files, drag-and - drop is much easier.

  • How can I fix the "drag and drop" feature in Windows 7? It used to work, but now does not work, for no apparent reason!

    How can I fix the "drag and drop" feature in Windows 7?  It used to work, but now does not work, for no apparent reason!

    What happens when you try?  Make sure you drag the icon image and not the text of the name.

    If it still doesn't work there are some registry changes that can try to alleviate the problem.  But because the changes to the registry are tedious and dangerous, I recommend to leave the system to repair it for you.  Here's how:
    1. Type of restore in the search box of the start menu to find and open to restore system files and settings from a restore point.
    2. Click Next, choose a date before the problem started, then click Next once more.
    • This process only takes around 2 minutes and only restores your system files/settings: it will not affect any of your files, documents, photos, emails, or anything else.
    If the system restore does not resolve the problem try this to replace missing or corrupted system files.  Here's how:
    1. Type cmd into the start menu search box, and then press Ctrl-Shift-Enter to launch as administrator.
    2. At the command prompt to start the File System Check, type sfc/scannow .
  • Drag and drop, 1 share of different sur-succes drag Source, 4 Drop target, for each. Is this possible?

    Hello.

    I created an infographic of type board game and wants that the participant to be able to enter the game room, then drop it into different spaces on the Board, each holding to another slide. I need interaction drag - déposer so that they can pick up and drop the piece. Now, what I need is for each target to have a different action, but even if I add each one to a different group, if I change an action for one, that it applies the change to all drop targets.

    Is there a way to get around this?

    In addition, once / if possible, I would like to add a "back button" on each of these slides and would need when the participant returns to the boardgame slide, they can move the piece to a different drop target to read the following description. I think that the best way to do this would be to make all the "wrong" answers, while the game piece is not stuck once they have fell on a drop target "correct." Please correct me if I'm wrong.

    If I understand you correctly, I think that I thought about it.

    1. Create your Drag and Drop, as you would normally
    2. In the Panel of Drag and Drop, select the Options tab
    3. Click on the button set the correct answers
    4. The value of each drop target to have the source of displacement of the source (you must choose the sequence in the Type drop-down list)
    5. Create the slides that you want to display for each drop target
    6. Select one of the drop targets
    7. Go to the Format of the Panel Drag and Drop tab
    8. The Actions of the object... a button click
    9. In the action column, select go to slide, and then select the appropriate slide
    10. Repeat steps 6 through 9 for each target deposit
    11. Overview of the project

    I did a quick test and it seemed to work according to the settings you said earlier.

  • Drag and Drop development tool for OA Framework

    Hello! Are there Drag and Drop of the development tools for OAF for ebs R12? I know this has been asked before, but most of the positions have been since 2007 or 2009. Maybe there was a recent version of JDeveloper which supports Drag and Drop?

    Thank you!

    Hello

    According to my understanding.

    Drag and Drop the features not available in Office Tools framework Jdeveloper.

    You need to declaratively or programmatically implementation.

    Thank you

    Dilip

  • Drag and drop in training mode - possible for 8 Captivate?

    Hello world

    I have a simple question:

    My e-learning consists of demonstrations and following training. Now imagine there is a drag and drop features: you drag an object in the software and drop somewhere is possible to simulate this also in training mode (when the user needs Act / needs to drag and drop)?

    I am happy to hear from you!
    Greetings from the Germany,

    Chris

    You will need to create the drag & drop drag yourself, using either the Assistant or the D & D Panel. To be able to do so, you need all the advantages: background, drag sources at least. For the target, you can add shapes. That's why I said you need to capture these assets, which can be made by adding only an additional screen captures during the registration process. In addition you will probably need a graphics editor (photoshop or similar) to create sources of drag on the screenshots. It is NOT possible to do it with simple low to capture work, this will be a blade to be inserted later.

Maybe you are looking for

  • Mac Mini - no Ethernet Interface

    Hello I have the Mac Mini 2011 model, and I've been using an Ethernet for some time, have not had any problems, connection worked perfectly until now. First of all, there is no internet connection, so I have just connected to wifi for a bit, then I w

  • iCloud Drive: are saved documents also in my iMac locally?

    I have a document (a file of numbers) on my iMac stored locally (in the Documents folder). Now, if I will propose it to iCloud folder of the disk (cloud), the file will stay in my iMac locally? Thank you

  • Lemark x 2300 habit of scanning

    I can print a page from the computer, I can make a copy of something on the scanner with the right button on the machine, but if I try to use scan on the Lexmark Imaging Studio preview he asks me to disconnect and reconnect the USB, power and restart

  • Acer Aspire ES1 - 311 touchpad does not work

    Hello world. I bought my Aspire ES1-311 just a weeks and I re-installed Windows 8.1 but the touchpad does not work. I tried to activate it with "Fn + F7" without success, I installed the drivers touchpad (on the official Acer site download page). The

  • Windows could not search for new update error code 80070002

    80070002 error code when you try to update windows