Create A Draggable Interactive Map Using CS3?
Mar 8, 2010
create a draggable interactive map using CS3 and using actionscript 2.1. We are creating an application for a touch screen device and we must provide a draggable map which contains 'hotspots' which when clicked provide additional information (text and pictures).
I need clickable buttons that stay in the same relative position over the map so that when it is dragged the buttons move with the map. (sorry if that sounds confusing) At present I can only get a static button working which stays in the same position and the map moves independently.
View 6 Replies
Similar Posts:
Jun 16, 2010
I am working on a draggable triangle in AS3 and the corners must be interactive. To each corner a bitmap will be attached (in my example for now it's just a name of a city). When dragging a specific corner, the bitmap/cityname (attached to it) should fade in from 0 to 100 alpha. If the bitmap/cityname won't reach 100 of alpha, when Mouse Up, then it should fade back out to 0 opacity. If it does reach 100 alpha when Mouse Up, then it should stay that way. However, if another corner is dragged, then the cityname which is currently at 100 opacity should fade out again. Well I've got the draggable triangle figured, I've got the corners citynames appearing and disappearing when they don't reach 100 alpha. What I can't get to figure out is the last bit - the cityname currently at 100 opacity fading back out to 0 when a different corner is dragged. Hope it's at least a little understandable. I'm not sure my code is perfect (this is my first time in AS3) so don't mind if something is not the way.[code]
View 3 Replies
Jun 13, 2011
I have a mc that is added to the stage. It extends a dragdrop class. How can I duplicate it so the orig stays where it is and the duplicate is draggable.
View 9 Replies
Feb 13, 2010
I am trying to create a draggable mask with an image around it. More specifically an iPhone that looks as if it has X Ray cappability. I know how to make a draggable mask but can't seem to figure out how this situation might work.
View 1 Replies
Jan 12, 2010
i am trying to create a line that can be draggable and extedable from start and end points of line
View 1 Replies
Dec 12, 2002
I'm trying to create three circles on the stage, one red one green, one blue. When Red overlaps blue, I want the overlapped area to be magenta. When blue overlaps green, the overlapped area should by Cyan. When red&green, it should be yellow, and when all 3 mix it should be white. How do I create the color effect. Right now I have the overlap constraints working and a simple TRACE outputting the color. I need to know how to create the color effect when they mix.
View 1 Replies
Aug 2, 2006
I have some buttons that create draggable movie clips in arrays. But when I click on one button, and then another, for some reason the previous movie clip dissapears.Try clicking on one button a few times, then clicking on another, then another...
View 2 Replies
Feb 27, 2004
What I'm trying to create is a elastic box with a draggable button/corner, which when gets to certain points, loads in certain movies. I stumbled across this menu navigation, and at present I have got as far as the .fla below, but trying to get it to do what I want is giving me sleepless nights!
View 6 Replies
Sep 8, 2009
Where the site visitor would upload an image on my site and be able to add(drag and drop) images i provide in flash to edit the image.
View 3 Replies
Aug 13, 2009
How to create an interactive 3D model? Which software should we need to do that?
View 1 Replies
Dec 3, 2009
I am trying to find a way to create an interactive brochure with page curls, hyperlinks, printable, etc. Is this possible using Adobe software?I thought it would be something you would create in Flash or Fireworks, but can't seem to find any info on it. I know you can create a primitive one in Indesign to a certain extent, but I am looking to add more that that to it.
Also, I created an interactive brochure from Indesign, but the file is about 6MB and loads very slow on the web.
View 1 Replies
Jun 22, 2010
i want to create a map that can read data that come from access or excel (as data source) and reflect on the map the data source include jobs being done on different places on that area and highlight what and where are the current jobs being done.and all . basically , data source actions converted on the map ?
View 2 Replies
Dec 16, 2009
I've started learning Flash two weeks ago and I have the challenge of creating an interactive political map with about 4000 cities. Some cities will have more than 600 lines defining their limits which will make this project very demanding on processing.People will be able to zoom in/out, select cities and see information about them.As a starting point, I've begun working with 500 cities. I've imported a vectorial drawing of these cities and converted each one of them to symbols using flash javascript, resulting of course in 500 symbols. I don't know if it was a good way of starting this project but worked for me. Then my problems begun.
First I tried to use the mouse roll over and roll out events to change the (fill) color of cities but the city limits (stroke) changed also.Second I want to add some properties to the cities such as city code, name, etc. but I wasn't able to do that using class inheritance. Would I have to create a different City class for every symbol I would like to extend? This approach looks like a lot of headache and redundant work.
View 4 Replies
Sep 15, 2010
I'm creating an interactive gauge in Flash. The gauge has two needles and these needles need to be controlled by two text input boxes. That way, whenever a number is typed into the box, the needles respond accordingly.
var degree = (360/intRange)*Number(strValue);
var hist = (360/intRange)*Number(strHist);
var mneedle = needle_mc._rotation
var mpointer = pointer_mc._rotation
if (mneedle < 0){
mneedle = 360 + mneedle;
[Code] ......
View 2 Replies
May 7, 2009
I am trying to create an interactive org chart for a customer. When you click on a box, I need it expand as a drop-down, but I would like create it such that if the user clciks on another box, the previous box animates back to the closed position before the new one opens.
View 2 Replies
May 21, 2009
I'm trying to create an interactive flashmovie, where you can open three different categories of pictures. Inside each category there are three thumbnails, and by clicking on them there opens a big version of the picture, above the thumbs.
[Code]...
View 8 Replies
Sep 14, 2009
I have been asked to create an interactive flash project where the user would be able to click on a main image and depending on what part of the image they click on, a movie clip plays, then goes back to the main image.
I am sure this is basic, but I have been researching, watching tutorials, etc for a week now and can't seem to get it to work. I am by no means a Flash expert and have really never worked in it. I do more Photoshop and Illustrator-type work. So Actionscript is new to me and really the whole interface is as well.
Would you all be kind enough to help me out? I am going to need some detailed explaination.
View 7 Replies
Jun 19, 2010
just a simple question...i want to create a project that is interactive so when a user takes an object that contains a number and drags it over another object that contains another number, i want it to perform a calculation...can i accomplish this with actionscript?
View 1 Replies
Nov 18, 2011
I'm currently having an issue creating a set of buttons that are supposed to turn individual layers on and off. The layers I have are: fishing spots, facilities, trails, map elements, an aerial photo, and parking lots. It is giving error #s 1119 and 1120. Could anyone explain possible reasons I'm getting these errors.It might be worth mentioning that I used a tutorial made with Flash CS4, but I'm writing the code in CS5. Here is the exact code I'm using:
spots._visible = false;
facilities._visible = false;
parking._visible = false;
elements._visible = true;
[code]....
View 4 Replies
Dec 16, 2006
how to create an interactive wave using actionscript and flash api? I mean the interaction like this but not so complex (I need jsut about 10 to 20 peakpoints)URL...
View 2 Replies
Jan 1, 2010
I would like to create a interactive map of a 3D town. The idea is somehow similar to Google Street View, in which users could use their mouse to move along street, and they can view the houses on the two sides of street at the perspective view.I can model a town with a few houses with 3D Max. However , I do not clearly understand the mechanism how we can add the interaction with the 3D model in Flash, somehow similar to Google Street view? Where should I start? Would someone give me an idea, or a tip so that I could start searching tutorials related to this new technique? Now I don't know exactly where I should start searching from.
View 4 Replies
Jun 3, 2009
I am trying to create an interactive image gallery for use on my GoDaddy.com site. The site is template based and will only accept a single standalone.swf file. As an example GoDaddy shows an image gallery created in Flash Slideshow Maker Pro. However, this is only for a PC platform and I'm on a Mac. I created an interactive image gallery using Jetphoto software. However, the Jetphoto software does not produce a single standalone .swf file. Instead it produces folders containing hi & lo jpgs, an html file, an xml file and a jetphotview.swf file. Does anyone know of a Mac based interactive slideshow program that is easy to use and will create a single .swf file? Or, although I don't know how to use it, I own a full version of Flash. Is there any way to convert the series of Jetphoto files to a single .swf file? When it is opened in Flash the save menus are grayed out. I tried to convert the .swf file back to an .fla file to bring into Flash and that doesn't work either.
View 1 Replies
Jan 19, 2010
I'm looking for a tutorial to create a timeline with interactivity similar to the links below.
[URL]
View 3 Replies
Apr 22, 2010
I am pretty new to flash but I am kind of getting the hang of things. I am trying to create a interactive slideshow in flash that will not end up on the web. These are three quick questions I currently have. Thanks for any help you can provide
1. Let's say I have an icon of a person in my flash file, how can I make it so that when my moves rolls over the person a thinking bubble appears and when it rolls off the bubble disappears?
2. If I have a small image of a page version of a .pdf file in my flash file, how can I make it so that when the little .pdf page icon is click the .pdf file is launched?
3. I understand how to create a square button over text and mess with its up/down/over/click settings, but I am wondering how I can do something like change the color of the text when it is clicked or when the mouse is over it? Right now I only know how to change the color of the square button.
View 2 Replies
Jul 20, 2010
my latest project is to create an interactive version of the map for the game, GTA: San Andreas. Here are some of the features I would like to add:(Images have been made as a quick demonstration - the real thing will use the map)URL...Zoomed out, selectable pieces of the map (like jigsaw pieces).The different "jigsaw" pieces of the map are based on the borderlines of where each town/village starts/ends.URL...When a region on the map is chosen, it zooms into the region, allowing the user to select a town/village within that region. This screen will have a "back" button on it to allow the user to go back to the whole map.URL...After choosing a town/village, the last screen appears, providing an image (screenshot from in-game) of the destination with information to the left or right of the image. This screen will also have a "back" button on it to allow the user to go back to the chosen region. The detail on the map will also show basic places that the player of the game would like to know, such as hospital locations, ammu-nation locations (gun shops) and safehouses.Once I have the basic version done, I plan on updating it by adding locations of other items, such as vehicles, collectables and weapons.
1) Is it possible to make oddly-shaped hotspots, which are interactable (clickable and what not)? I know you can make rectangular hotspots, but the borderlines of the towns and villages in the game aren't straight lines, and most require more than 4 lines to make the shape.
2) Is there any way I can learn the code that Flash uses? Just so I understand it a bit more, since I am using it for a two-year school project too, which goes towards my GCSEs next year. I would just like to get more familiar with Flash, and maybe the other programs, Illustrator and Fireworks. The only ones I know well are Photoshop and Dreamweaver.
View 1 Replies
Aug 10, 2010
I would like to create an interactive diagram and somebody said I should use Flash to do it.
The idea is to create an organisational chart (like the ones you can produce in MS Word 2010). Each position will have its own box or button. When a user clicks on that box or button, a Word document or internet link will be activated and take the user to this other resource.
The reason why I am choosing Flash is because I would like to make alot of these diagrams and they have to go into Moodle. Apparently Flash is the only program I should use to import the diagram into Moodle.
View 3 Replies
Sep 29, 2010
I would like to build a quiz in which the trainee can choose and then drag and drop a graphic object onto one of a number of locations and submit their choice. Sort of like a hotspot, only instead of clicking on the right spot, you choose object A,B, or C and drop it onto location 1, 2 or 3. Ideally, I would like to use graphics (or SolidWorks drawings) of the actual objects and locations. The training is for assembling mechanical devices and each assembler needs to be certified before being let loose on the assembly line. What tools and techniques to use to accomplish this? I would like to incorporate the quiz in Captivate or as a standalone.
View 3 Replies
Dec 23, 2010
I want to create interactive training materials.Users would view pages, click on a button to make something move on the page, and also be able to take a small quiz at periodic intervals.I want to serve up these pages through a Learning Management System AND/OR be able to package the content in "some sort of program" and be able to distribute it via CD or download.
View 1 Replies
Aug 15, 2010
I want to create interactive movies using flash technologies. Do I need to buy a program from adobe to be able to create my flash movies or there are some free software that I can use? I would prefer something for Linux (Ubuntu).
ADDED: I need to program in "actionscript" and I would like to know what programs can I use to compile my code.
View 3 Replies
Oct 19, 2010
I want to create an interactive animated flash music website that involves the user being able to wander around a rehersal room and interact with objects.recommend a good 3d tool to use along with Flash.Ideally something that I can use Illustrator tpo draw the room /objects, but not essential.
View 2 Replies