Drag MC And Change Another MC's X?
Aug 10, 2010I am trying to create a mc with drag function.My question is how to change another movieclip's x value when I drag my first mc.[code]...
View 3 RepliesI am trying to create a mc with drag function.My question is how to change another movieclip's x value when I drag my first mc.[code]...
View 3 Repliesi have some script that creates a rotating video wall/carousel effect that rotates left and right depending on where the mouse is.
I want the carousel to only rotate when the mouse is down and dragging - but just can't seem to work out what i need to change.
how do I define the drag action instead of the current +x & -x co-ordinates??
here is the full script for the entire carousel
Code:
*/
import org.papervision3d.scenes.*;
import org.papervision3d.cameras.*;
import org.papervision3d.objects.*;
[Code].....
but just seems to give me errors - would that be because i haven't defined anything else to do with the dragging? how do I declare the carousel is to stop on mouse up?
am i even looking in the right place? does the rotation of the carousel start elsewhere?
When the user clicks and drags across the movie, it changes frames--forward or backward according to which direction they drag. When they're on the last frame it should go to the first frame, and vice versa, if they're dragging in the associated direction.For some reason, there seems to be a minimum speed of mouse movement to go across this point, where it's not present to go between any other pair of slides.Here's the code:
Code:
stage.addEventListener(MouseEvent.MOUSE_UP, stopClick);
stage.addEventListener(MouseEvent.MOUSE_DOWN, clickStart);
[code]....
Obasically I have the codes I need to make my project work but the problem is when I put my drag and drop code with my swap depth on hittest code my drag code stops working heeres the codes:
code for swap depth on a hit test:
Actionscript Code:
newDepth = 2;Object.swapDepths(newDepth);
Code for drag and drop:
Actionscript Code:
object.onPress = function(){object.startDrag();}object.onRelease = function(){object.stopDrag();}
I'm using Flash CS5, and was wondering if this situation is possible:
I want to drag and drop an object to a specific area (which is a picture), and then the picture will change if the object is dropped at the area of the picture.
And I have one more question. Must drag and drop an object be in movie clip? I searched for examples and almost all use movie clip, a concept I have yet to understand.
how to drag a move clip but only change the x value, so dragging left and right. Obviously the startDrag() allows you to drag all over. I had tried
map_mc.onPress = function(){
this.startDrag()
this.onEnterFrame = function(){
[code]....
which "kinda" works but is far far from perfect. This is more or less makes the movieclip slide from side to side, but like i said, its not perfect.
Is there a way to change the depth (index number) of a movieClip when I click on it to drag. Example:Say I have three circles. Each circle has a MOUSE_UP and MOUSE_DOWN eventListener. When one is clicked It will bring it to the front so when I drag it will be above the two other circles.
View 7 RepliesI am totally new to Flash. I want to be able to draw a line and then be able to click on it and drag to change its length.
View 2 RepliesWhen you drag the edge of container with mouse ,how to implement changing the size of container?
View 1 RepliesHere's the code that allows multi-select list to drag into a tree area. What I would like to do is to change the alpha of the image that gets dragged around. I've done some research but most of the discussions out there talk about how to change the dragged image. What I want to do is simply change the default alpha of the dragged item from 0.5 to say 0.2. Also this solution should be able to handle multiple select dragging.
Below is a simple example of drag and drop that I would like to modify to allow for the alpha change of the draged item.
<?xml version="1.0" encoding="utf-8"?>
<s:layout>
<s:VerticalLayout/>
</s:layout>
[Code].....
Is it possible to change the color of the dragger , drag-path and the two up and down buttons of UIscrollBar from white to any other color.
View 2 RepliesI am trying to create a mc with drag function. how to change another movieclip's x value when I drag my first mc...
videoSlider.addEventListener(MouseEvent.MOUSE_DOWN, scrollMC);
videoSlider.addEventListener(MouseEvent.MOUSE_UP, stopScrollMC);
private function scrollMC(event:MouseEvent):void{
[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 RepliesI have a function that states when movieclip1 is dragged and hits a line then it stops the drag, however it seems to stop the entire drag function in the swf on the other movieclips even though they arent called in the function.[code]
View 1 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]...
I have some movie clips. i want to drag all clips when i drag single movie clip. Ex. I have movie clips "A1", "A2", "A3", "A4", "A5" . Randomly visible some of them. Suppose "A1", "A3", "A4" has visible. When i will drag "A1" movie clip all these "A3", "A4" also move with "A1".
View 6 RepliesWhat's the code to start drag and stop drag. I would also like to know what's the code to detect if the object has been dropped on something. I know the code in AS2 but i cant figure it out in AS3.
View 3 RepliesI am very new to AS3 and I am running into some issues creating a simple class that will allow you to drag and drop and object but then also scale when it is over a hit area. Here is my current code:
[Code]....
i have load in a .swf and this .swf is make up of one drag object. When i load into my _level0, i can drag it but it seem then the drag is not smooth, instead it is lagging. Thus i went back to the indiviual files and try to drag on it and it was not lagging. ...why is it like that? All the files are still on my local disk.
View 4 RepliesWen i drag mc2 i want mc1 drag in the same time.
View 1 RepliesI am creating a Flash website (AS3) which contains multiple columns of swf's. These all have individual "start drag and stop drag" vertically and works fine. My problem is when I try to create start drag stop drag on top of these swf's horizontally - I want to be able to move the whole stage horizontally containing separate columns.
I am not sure how to code it and it ends up locking the "start drag top drag" inside the columns. How can I do this so that each column is scrollable and scroll to other columns without using a scroll bar...
i have an object that i want to drag and drop with the same event.Something like on press start drag and on press again stop drag. I'm sure it's pretty simple with and if and else statment but i can't find how to do that...The best i have done so far was this:
[Code]...
Is there any way to change a context menu that already has been personalized. I have an small application that I purchased to learn with and also to save some time. When I right click the context menu appears with the other person's information in it. I want to change that information if it is possible to do so. I tried
var my_menu:ContextMenu = new ContextMenu();
my_menu.hideBuiltInItems();
contextMenu = my_menu;
and added my info but the menu will not change from the person I got the app from. Is this considered unethical or illegal? I put so much work into this, I don't want the person to get credit for it.
Im really new to as3, and im just trying out some stuff, but i cant get a shape to refresh and change when i change its variable using a text field.If i change the text fields text before i test it, it works, but while its running it doesnt change it again.Btw, trying to change the stroke size.[code]i just want is so that when i change the strokeSize_txt text box, it will change the stroke for the shape.
View 2 Repliesi want to create a sine wave and its speed will change depends on change in freequency and wavelength . and stop the wave movement when we click stop button.[code]
View 0 Repliesi have my nave bar as my main swf then i load each page as an external swf in a mc container. each button should be marked when you navigate to the respective page. how would i load a current pages icon over the generic one when i navigate to that page then unload it when i navigate to another page?
View 5 RepliesQ: I am making a web-application for school work. see: [URL] the collors i got working now but when i press the second button to change the view off the shoe i want that the colors change to. Now the colors keep standing. The colors are pictures converted into MC and the works with attachmovie. But with what script can i change the collors so they will change and fit on the shoe? I hope this is a good explanation. :S else i will make a better explenation.
View 3 RepliesI am displaying a combo box in something of a WYSIWYG preview. I want the user to be able to click on the combo box and see the options inside, but I don't want them to be able to change the value. I tried using preventDefault() on the change event but it doesn't work. I don't want to disable it because I do want the user to be able to "look inside" the dropdown.
So I'm trying to block the change, but can't. My next resort is to change the selected index back to what it was before the change, Is there any way to do this within the scope of a ListEvent.CHANGE event listener?
Current Workaround is to basically re-assign the controls selected item the same way I am defining the selected item when I originally build it (a default selection). So a user sees their change then it immediately changes back to the default selection.