IDE :: Drop N Save - Take A Image And Drop It Onto A Big Circle And Then Have It Stay There?

Feb 10, 2003

I have for a physics type site and I need to find a way of doing the following two things:

1. I know that I have come across drag n drop tutorials before but I can't find them.I basicly want to take a letter or any image and drop it onto a big circle and then have it stay there!

2. Secondly is there a way of having the visitor kind of like create their own image and then have them save it to the site so that it can be displayed in a gallery without using fancy stuff like php, cgi ?

View 3 Replies


Similar Posts:


ActionScript 3.0 :: Drop And Drop 4 Movie Clips To Single Target To Navigate To Separate Urls

Jan 20, 2010

var myTargetName:String = "target" + event.target.name;
var myTarget:DisplayObject = getChildByName(myTargetName);
if (event.target.dropTarget != null && event.target.dropTarget.parent == myTarget){
navigateToURL(new URLRequest(http:// websiteAdress.com));
 
I am trying to navigate to a new url for each movie clip, problem is im really unsure of how to achieve this I have one target on my page and would like to be able to drop any of these movie clipt o to  it?
 
the movie clips are named:

port1_mc
port2_mc
port3_mc
port_4mc

View 3 Replies

ActionScript 3.0 :: Drag And Drop With Outputs Based On The Drop Positions?

Jan 6, 2010

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 Replies

ActionScript 3.0 :: Flash Release To Drop NOT WORKING On Drag And Drop?

Mar 10, 2011

Release 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]....

View 3 Replies

IDE :: Drag, Drop, Then Save Co-ordinates To Xml File Or Database?

Oct 12, 2009

I'm not an expert in actionscript but I know a thing or two, but basically I've been given a task in a new web-based piece of software whereby users can drag and drop objects onto a background bitmap. The amount of objects and the co-ordinates of each object will then need to be saved for each user, so when they log back in (regardless of what machine they are using, they'll see where they have left off.)I've seen mentions of using the shared object, but this won't do as the user will not always be using the same machine.

View 1 Replies

Drop Down Menus That Drop Over The Html Part Of The Page?

Jun 11, 2009

When i insert the flash menu it basically dosent fit into the alloted space i gave for my horizontal navigation bar, when inserted it blows apart. the only thing i could think of was resizing the flash document but then i cant see the menu expand it gets cut off,

Attachments:
issue_flash1.jpg
(24.2 K)

View 3 Replies

Navigation Button Drop Down Menu Won't Drop Down

Aug 13, 2009

Can somebody take a look at my .fla file and tell me why exactly my menu is not dropping down at all?If you download my file go to scene 3. that is where my Navigation Bar is.URL...

View 1 Replies

ActionScript 3.0 :: Drag And Drop - Drop Not Always Firing?

Dec 11, 2009

I 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 Replies

Flash :: Professional - Drag And Drop Image

May 19, 2010

im working on a website at the moment (just for fun) and are done with the layout and almost everything. Now I want to make one of the pictures so you can drag and drop it around on the site. The problem is that it does'nt work, i've tried out many different tutorials and codes without success. Sometimes i get the 1120 error and when not, nothing happens.

[Code]...

View 5 Replies

Flex :: Drag And Drop An Image From A Container To Another?

May 23, 2011

I need a way to drag and drop an image from a container to another. I have tried a few different ways but I guess the drag & drop thing is still eluding me. Anyway, here's what I am trying to do, A container will contains a few bitmap/vector image (what's the best way for this? Tile Group? Or?) and then I want to be able to drag any of the image onto another larger Image inside of a Panel. Just like dragging shapes in Photoshop. No code here, as I am completely lost on how to go about it. I found a few tip/tutorial here and there but none which I could understand easily or adapt to my need.

Edit 1 : Got so far till now :
public function beginDrag( mouseEvent:MouseEvent ):void
{

[code]....

View 2 Replies

IDE :: Program To Make Drop Down Menu With Image

Jun 11, 2009

if someone knows by which program (or template) I can make manu like this: [URL](drop down manu with image)

View 2 Replies

ActionScript 2.0 :: Drop In An Image Gallery Viewer In Fla?

Sep 4, 2009

I downloaded a simple xml image gallery online and would like to put it in my .fla. It seems like the best way of doing this would be to load it in as an swf. It seems like a simple task, but what action script would i put on a button to have the image gallery load up upon clicking that button?

View 1 Replies

Flex :: Drag And Drop - Getting TileList Image Source

Aug 15, 2009

I have a TileList that's loaded with data from Flickr. The tilelist uses an imageRenderer to make a bunch of thumbnails. I'm trying to create a custom drag and drop function, but I want to get the image source of the tilelist mouseEvent target. Here's what the code looks like for the drag handler:

[Code]...

View 1 Replies

Flex :: Dynamically Load Image For Drag And Drop?

Jun 27, 2010

I am implementing drag and drop from a DataGrid onto a List in a Flex 3 AIR application. I would like to have the drag image be a photo (jpg) referenced by a String field in the data grid item, named 'imagePath'. I'm having trouble getting the image to show up during dragging. I have triple checked that it is not because of an invalid path to the image. I have tried Image's source() and load() methods in every way I can think of. I am calling this method 'dragCurrentToList(event)' on a mouseDown event.[code]This works perfectly if I set the image source to the following bindable variable but I don't want to hardcode the image name.[code]

View 1 Replies

Image - Simple Drag`n`drop In Flash Builder 4?

Jul 20, 2010

I have a very simple question, but I can not find solutions to it. I need to add multiple images that can be moved with the mouse. This components NumericStapper must be in the group with the image and move together.[URL]

View 1 Replies

ActionScript 2.0 :: Make The Menus To Drop OVER The Flash Image Script?

Oct 17, 2009

My drop menus dropped UNDER an flash image script that is situated after the menus.How to make the menus to drop OVER the flash image script?

View 1 Replies

Actionscript 3 :: Load An External Image On A Drag And Drop Object Using It?

Feb 28, 2011

This is what I used to load an external image into a movie clip and drag and drop. The feedback part is pretty much the same from the old code.[code]...

View 1 Replies

ActionScript 3.0 :: Drag 'n Drop From HTML Text And Image Into Flash Player

Jan 24, 2011

I am working in a small web applications. this web applications let us to drag and drop the text and image from html page inside the flash player. when I tried to google the scenario I came to know about Drag and drop in AIR. but it is also specified that it will be only used in AIR and not in player is there any other way to work this out.

View 3 Replies

ActionScript 3.0 :: Set Up URL Request To Load External Image For Drag / Drop Object?

Feb 26, 2011

I would like to know how to set up the URLRequest to load an external image to a movie clip that is being used in a Drag and Drop event.I have successfully implemented the drag & drop code to my design but I would like to improve it by successfully loading external images to those objects that are being dragged around.I have both Var Load and starDrag codes. I am trying to figure out how to combine them.

View 3 Replies

ActionScript 3.0 :: Drag And Drop - If The User Drags The Image Off The Screen, That It Stops Dragging?

Sep 6, 2009

I have run into a drag and drop issue .I have an item that I would like to drag and drop. Seems simple enough, but I also want to make it that if the user drags the image off the screen, that it stops dragging and returns the image to the center of the screen. What happens now is that it continues dragging and sticks to the cursor if you release outside of the viewable area. The original piece has a lot of other things going on, so I ve created a simple piece with the AS in the timeline that shows only this particular issue.

Code:
var mrT:MC_mrT = new MC_mrT;
addChild(mrT);
mrT.x = stage.stageWidth*.5;[code].............

View 4 Replies

ActionScript 3.0 :: Setup Variable To Load External Image For A Drag & Drop Object?

Feb 26, 2011

how to set up the URLRequest to load an external image to a movie clip that is being used in a Drag and Drop event.

I have successfully implemented the drag & drop code to my design but I would like to improve it by successfully loading external images to those objects that are being dragged around.

View 4 Replies

ActionScript 3.0 :: Cannot Scale A Movieclip That Contains A Movieclip With A Drop Shadow Filter Without The Drop Shadow Acting

Feb 20, 2009

i have been searching the internet for a bit, and maybe i don't know what to look for but i know filters have stage scaling enable, not sure that is what i am dealing with but for some reason i can not scale a movieclip that contains a movieclip with a drop shadow filter without the drop shadow acting like the light source has changed, have tried copying the bitmapdata....anyone know how to "freeze" the drop shadow.

[Code]...

View 7 Replies

ActionScript 2.0 :: Drop An Element On Top Of An Already Drop/duplicated Element?

Oct 20, 2008

I am having a problem with my drop traget. I have the ability to drop and duplicate multiple objects on a stage. I have a clip set up (canvas) which is used for if someone drops objects onto this it duplicates the dragged clip.

However the problem I am having is that if someone tries to drop an element on top of an already drop/duplicated element, it wont duplicate the new clip. Its like it thinks that the dragged clip is not over the canvas.

View 2 Replies

ActionScript 3.0 :: Drag And Drop - Click On The Image ,one Can Hold Down The Mouse And Drag A Copy?

Nov 13, 2010

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]....

View 3 Replies

How To Drag And Drop

Jul 7, 2009

I 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 Replies

Drag And Drop Game

Jun 28, 2009

I 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 Replies

Drag And Drop On A Set Scale

Jun 21, 2010

Basically, 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 Replies

MX Drop Down Menu Not Collapsing

Aug 26, 2010

I made a simply drop-down menu in MX with an invisible perimeter around the drop-down part that will collapse the menu when rolled over. Most of the time, this works. However, I've noticed that when running the mouse quickly over the button (side to side quickly, for example), the menu will occasionally open but not close, and I have to roll over it again (crossing the perimeter) to collapse it.

View 2 Replies

Drag And Drop Without Overlapping?

May 19, 2009

using '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.

View 3 Replies

What Height To Set For Drop Down Menu

Aug 22, 2009

i had desined a drop down menu for a html page in flash. It reads the menu items from a XML file and extends itself.Now the things is what height and width should i set for it. If i set the height of the menu, in the html file the dropped menus are not displayed.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved