ActionScript 3.0 :: Drag And Drop Between Two Lists?
Jul 6, 2011I need to create the same like this: [URL]
but in flash... I am fighting all week to create this, but I've lost...
I need to create the same like this: [URL]
but in flash... I am fighting all week to create this, but I've lost...
I need to create two lists called OLD LIST and NEW LIST.I need to be able to drag items from old list to new one and vice versa.I almost created these things, but I have a problem with update the items position when I drag item from list to another one
View 0 RepliesIt was not for the want of trying, but I just don't think I knew where to look or what to search under, which brings me to asking the good people here. I'll try and keep it short and to the point...
I need 5 ComboBoxes/DropDown-lists/whatevers which are Item, Colour, Height, Width and Price.
And once the user has selected an item from each dropdown, and presses a button, this will generate a URL in a new window. Something like this:
[URL]
The second part of my 'question' is: Is there a way to, if the user chooses Item#1, then in the Colour list, 3 particular colours are there, but if the user chooses Item#2, then there a different set of colours to choose from?
I'm trying to make a simulation where a person can drag 2 different objects to any 4 predefined targets on the stage. Based on the position of the 2 objects there will be a different output text. I hope I described that clearly. I would also like the 2 objects to snap to the 4 targets. Im very new to AS. Im starting to be able to read it a bit but still can not wright it.
View 9 RepliesRelease to Drop NOT WORKING on drag and drop? Or is it something else?Can be seen here:
[URL]
Code:
var origX:Number;
var origY:Number;
for(var i:uint=1; i<6; i++){
this["choice_"+String(i)].buttonMode = true;
[code]....
i want to make flash drag a ball onpress and if its onrelease and if its on the Suquare movieclip it should stop draggin. my code is like this
[Code]...
I want to have an image and when I click on the image ,one can hold down the mouse and drag a copy to where ever on the stage and when one lets go, one can drag another and another with each copy still being able to be dragged after released.this is what i have but its pretty simple and doesn't work....
stage.addEventListener(MouseEvent.MOUSE_DOWN,makeA Box);
var i:Number = 1; //i will be the total number of boxes
var newBox:myMC = new myMC();[code]....
Im having trouble with this and its going wrong. I need to use actionscript 2 and im on flash cs3.
View 3 RepliesIm trying to do a drag and drop system where the user can drag a movie clip into an area. Although i would like to make it snap to a target instead of just sitting wherever it lands in the area. Problem Two:
The next thing i am trying to do is when the user has a movie clip on a target already, and trys to put another movie clip in that target area, it will replace the one thats in there and go back to its current position. Here is the script of what i have done so far:
[Code]...
Wen i drag mc2 i want mc1 drag in the same time.
View 1 RepliesI have added drag and drop to some of my custom components.The drag event is fired on mouse down.If you mouse down and move the component around then drop it repeatedly its fine.But if you mousedown and drag the component around drop it and THEN just click on the component it inits the drag but doesn't fire the drop event.Its almost like you have to move the component for it to fire the drag drop event.This is very annoying as i'm removing the component on drag init and adding it again on drop, so just clicking on it makes it disappear.
View 1 RepliesI downloaded a free flash menu component. It's help file said "You can simply drag and drop the menu items wherever you wish".However, I don't know how to drag and drop it in my file. please help me, how to use it?
View 3 RepliesI am developing a simple drag and drop game..except my draggable items are in a movie clip and my targets are also in a movie clip. My draggable objects work fine, they drag and snap back into place when the mouse is let go, but... they dont snap to their targets.They do snap to their targets when they are directly on the timeline, but inside another movie clip it doesnt work and i can't figure out why.[code]
View 1 RepliesBasically, there will be two images, which participants are to choose between. Below the pairs of images will be a horizontal bar with arrows at both opposite ends. I would like the participant to be able to drag and drop a small rectangle somewhere along the bar to represent their choice (and the degree of their endorsement).Basically, I'm asking how to make an interactive scrollbar on its side (without buttons, just the drag). I would also like it to start in the middle of the bar and be able to be moved in either direction.
View 2 Repliesusing 'drag and drop' in flash without overlapping?
For example - I have a list of buttons i drag to an area on the stage. I do not want my buttons to overlap.
I've dynamically created a bunch of MCs from a single MC in the library.
Inside the MC's timeline, I have written drag and drop code.
The MC's reside in a parent movieclip, that then resides in a scrollpane.
I was wondering if it's possible to write AS3 to drag the clips into another movieclip?
If not the way I have it, is it possible at all to drag MC's from one container MC to another?
I am trying to do a flex drag and drop. It is very similar to this first example.url....The problem is that event.currentTarget.mouseX,mouseY is showing the position where I put the mouse down rather than the position where I had finished dragging.
View 1 RepliesI am trying to create an elearning exercise and i have a problem with the drag and drop section i have created. The exercise works well but when the user clicks the next button to go to the next frame one of the drag elements from the exercise shows up on the next frame and i just can't work out how to get rid of it?
View 0 RepliesThis is an overly complex way of making drag and drop functions, I know. My problem is, when my item hits the target, it doesn't allow me to drag anymore items?
ActionScript Code:
square.addEventListener(MouseEvent.MOUSE_DOWN, drag)
function drag(event:MouseEvent):void {
[code]......
I followed kirupa's drag and drop with targets tutorial. I want the clock in my fla file to get bigger when it touches the bar. How can i do this?
View 7 RepliesCan you drag & drop a button? I keep getting the error message: Property startDrag not found on flash.display.Stage and there is no default value.
View 2 RepliesFlash is completely the wrong app for this, but I don't have access to anything else.I need to parse through a set of files and do some regular expression work on them.Is there a way to drag and drop the text files to do the work on via CS4/AS3? The filenames will always be different, so I can't just hard code that info.
View 2 Replieshow to make a mp3 player functionality, like for example winamp has, that you grab the mp3 and drag in into the playlist/player and it automatically plays?
View 2 RepliesI'm looking into having a interface using multiple windows which you can drag by pulling the dragbar around.Each window would be a movieclip called *****_win and inside would be a dragBar that the mouse has to pull around to move the window.I have searched a lot on google, and decided to end up asking here.
1) All the code I used so far did not have any borders. (The borders would be the stage, not an image).
2) Whenever I dragged an object, it would drag the whole window.
3) If the cursor left the window while dragging (which is does a lot), I have to drag it again.
Anyway how I can do an OS-like way of dragging a window?
I am writing an imitator of a car and want to move steering wheel by mouse.startDrag seems not fitted for the task...Can I customize it or write my own function(s) mimicking it?
View 7 RepliesI have a drag and drop interface that includes 164 items. Each item is a table. You drag the tables into an image of a floor plan for an event venue.I have the drag and drop stuff working but now I'm stuck on the reset button. AS3 is a new beast to me. I've been using AS2 and just made the switch. [URL]The reset and print buttons are not functional yet.
The code...
Actionscript Code:
// Register mouse event functionsa1.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);a1.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);a2.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);a2.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);a3.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);a3.addEventListener(MouseEvent.MOUSE_UP,
[code]....
I've run traces on everything. It will not trace with the code for the reset button in place. It WILL trace for all the drag and drop functionality.
I am working on making a drag and drop activity. In Flash CS4 using ActionScript 3.0. It is essentially functional, but I would like to add a reset button to return all objects to their original positions.[code]...
View 1 Repliesi was doing a drag and drop game. i created 2 drop down function to drop the object. the problem i faced was, when i drag and drop the object to the target, one of my function does not work? WHY? By right my oncomplete function should able to go to and stop at frame 2. here is the code.
var startX:Number;
var startY:Number;
var counter:Number = 0;
[code]......
I created a drag N drop .swf that works great until i pull it into the main movie (see attached for coding). The drag works, but not the drop. I know its level's issue/pointing and the targets i.e. "/target_ex" arent being read correctly by the main...
[Code]....
I have a drop and drop, which works fine, but i don't want it to go outside the window.
View 9 Replies