Skip to main content
Inspiring
May 5, 2014
Answered

Drag'n'Drop Like Flex

  • May 5, 2014
  • 2 replies
  • 361 views

Hi,

I ran across a nice Tut - drag-and-drop « Saturnboy

I want to drag items from one list to another. And then dragging them into action box (delete, process, rename, etc.)

I would like to use the CS6 IDE. I think this can not be done as simplily as it is in Flex.

Does anyone know of a Tut or available Class that can assist.

The final piece will run in a Flash Player Exe variation (SWF Studio).

thanks,

Jim

This topic has been closed for replies.
Correct answer Jim Wiley

I found a Tut on a similar component - Tile list

I need to add multi select (and drag) to make it work. I will see.

as3-drag-and-drop-tilelist - Extension for as3 TileList component adding drag and drop functionality. - Google Project…

2 replies

Amy Blankenship
Legend
May 5, 2014

Flex is very data-centric, Flash is very graphics-centric. If your need is data-centric (and it sounds like it is) why not just use Flex?

Ned Murphy
Legend
May 5, 2014

If you search Google using terms like "AS3 drag and drop tutorial" that should be enough to give you plenty to go on.

Jim WileyAuthorCorrect answer
Inspiring
May 5, 2014

I found a Tut on a similar component - Tile list

I need to add multi select (and drag) to make it work. I will see.

as3-drag-and-drop-tilelist - Extension for as3 TileList component adding drag and drop functionality. - Google Project…