A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: What is the simplest way to arrange items by drag and drop

  1. #1
    Senior Member
    Join Date
    May 2016
    Posts
    451

    What is the simplest way to arrange items by drag and drop

    hello

    What is the simplest way to arrange items by drag and drop




    buttons code


    PHP Code:
    onSelfEvent (press) {
       
        
    startDrag(_targetfalse);
    }
    onSelfEvent (release,releaseOutside) {
        
    stopDrag();
       
       
    // here i need code: If the order is correct trace (very good)

    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center