Professional :: Create An Interactive Map With Flash?

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


Similar Posts:


Professional :: Create A Interactive Slideshow In Flash That Will Not End Up On The Web?

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

Professional :: Use Flash To Create An Interactive Diagram?

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

Professional :: Create An Interactive Form In FLASH As Part Of A Website?

Oct 12, 2011

I wish to create an interactive form in FLASH as part of a website.  That is the user enters say width and height numbers in boxes and the form returns a price for that size widget.  Is this possible in a FLASH based website? If so is there a specific name for this type of form so I know where to look to get help in creating one? 

View 4 Replies

Professional :: How To Create A Interactive Map

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

Professional :: Create Interactive Version Of Map For Game

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

Professional :: How To Create Interactive Assembly Simulator

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

Professional :: Create Interactive Training Materials?

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

Professional :: Bright Spark Needed To Create An Interactive Renewable Energy Map?

Jul 2, 2010

A Melbourne-based group, Beyond Zero Emissions, are about to release a 200+ page plan (already endorsed or supported by quite a few illustrious people) for Australia's stationary electricity to be provided entirely by wind and solar energy using existing technology by 2020. It would be great to create an interactive map that would show in a nutshell how this plan would work. Please contact me if you are interested in this project.

View 1 Replies

Way To Create Interactive Flash

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

CS3 - How To Create Interactive Gauges In Flash

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

Create An Interactive Flash Project?

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

IDE :: Create Interactive 3D Town In Flash?

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

ActionScript 1/2 :: Create An Interactive Timeline In Flash?

Jan 19, 2010

I'm looking for a tutorial to create a timeline with interactivity similar to the links below.
  
[URL]

View 3 Replies

Actionscript 3 :: Create Interactive Flash Movies?

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

Actionscript 3 :: Create Interactive 3d Rooms With Flash?

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

ActionScript 2.0 :: Create Interactive Video In Flash?

Apr 28, 2010

I do have an assignemnt, deadline os tommorow 4pm. In this assignment i should create interactive video in flash. I have choosen to create game like Mortal Kombat. I have one video with 28 cue points. I made buttons that take us to the right place in the video which are hidden at the beggining but are visable when video reaches first cue point. I have created life bar which in fact is made of 5 small MC`s and I thought that if user will press kick button then one small life bar will become hidden - I have no idea how to do this.

Second thing is that I want to put mp3 file but I want it to start at the same cue point as buttons.

third - I do want to dispaly random cue point of 2, so if user will press punch button he will be taken to piece where my character hits opponent or to the piece where opponent block the punch. And I want from time to time randomly display piece of the vide where my opponent hits the character[code]...

View 0 Replies

ActionScript 2.0 :: Create An Interactive Form In Flash?

Jun 11, 2006

I'm trying to create a form box in flash, where I could create a list of states -- if a user types in one of the states on the list, he or she will see information about that state, if he or she types in a state or anything that isn't on the list -- he or she would see a 'information coming soon' default.

View 6 Replies

Flash :: Make Interactive Scenes - Create Navigation?

Oct 12, 2010

I am attempting to make an interactive scenes in flash. I am going for something like this on the Breast Cancer Fund homepage. [URL] What is the easiest way to achieve this?

View 2 Replies

ActionScript 3.0 :: Create Interactive Flash Award Certificate?

Mar 13, 2009

I'm new to ActionScript and I've seen award certificates thatyou fillout online and print them. I'd like to build one for myselffor my kids so they can go to our web site and click on their awardcertificate for the week, type their name in and print it.

View 1 Replies

Flash Cs4 :: Create Interactive Games For A Primary Classroom?

Sep 20, 2009

Im thinking along the lines of[URL] Im a school teacher who would like to learn to make high quiality games for an interactive whiteboard.

View 1 Replies

Flash - Create A Class That Is Interactive And Can Hold An Image?

Jan 1, 2010

I want to create a class that is interactive and can hold an image. I want it to be lighter then the Sprite class, so I was thinking about extending the bitMap class. If I extend the BitMap class. put a bitMap data in that class and at it to the stage. would it appear ?

View 1 Replies

Actionscript 3 :: Create An Interactive Image Panning In Flash?

May 27, 2011

I'm kinda new in flash and as3 so this may not be as difficult as it looks right now.I've been trying to figure out how I can pan an image in flash (x and y). I have a movieclip and I want the user only to see a small part as he's panning with the mouse.

View 2 Replies

ActionScript 3.0 :: Create An Interactive Music Video In After Effects And Flash?

Jul 10, 2010

I am trying to create an interactive music video in After Effects and Flash. The concept is that while the music video is taking place the user can  decorate the hair of the woman with any of the objects they select. There will be predetermined animations and destination spots but the  user can choose whatever objects they select to be delivered to the  predetermined spot.  I need to figure out how to let the user to select  an object that will become part of the animation.  I created a PDF  Roughly explaining what I am trying to do.  If anyone can help me I'd be  very grateful as I am more versed in After Effects, I don't know  ActionScript well enough to execute what I am trying to do.

Below is a rough example of what I am trying to do.  There will be a music video of an animated woman singing.  As she is singing the user will be able to click any of the objects , below the numbers 1-10.  Below it is illustrated that the user wants to press the blue number 2.  If the user presses the 2 the 2 will animate in the mouth of a bird to a predetermined pre-animated spot.  I assume I need to send a movieclip to a blank  holder on the timeline and use a gotoAndPlay() action ??? 

[Code]...

View 4 Replies

ActionScript 2.0 :: Create An Interactive Music Video In After Effects And Flash?

Jun 25, 2009

I am trying to create an interactive music video in After Effects and Flash.The concept is that while the music video is taking place the user can decorate the hair of the woman with any of the objects they select. There will be predetermined animations and destination spots but the user can choose whatever objects they select to be delivered to the predetermined spot. I need to figure out how to let the user to select an object that will become part of the animation.

View 1 Replies

Professional :: Interactive Pano In Flash

Sep 14, 2010

I have made a panorama in PS CS5. Is it possible to export it to Flash in order to make an interactive Flash panorama, where I can pan around?

View 1 Replies

Professional :: Best Software To Do Interactive 3d In Flash?

Oct 26, 2010

We would like to create a training module for our client that shows them how to use a device like a cell phone.  We'd like to be able to use a 3d model (preferably created in 3ds Max, since we own that) and bring it into Flash, where they could click on various buttons and get feedback.I found something similar to what we're looking for on Newegg's site:
 
http:[url]...Just click on the "3d View" down below in the Overview section.What should we get to achieve this?

View 3 Replies

Professional :: Design And Add Interactive Flash To Website?

Jun 28, 2010

I am looking to design and add an interactive flash part to our company's website. Since we do a lot of business planning and consulting, we have come up with a great idea, but unfortunately, none of us really know how to create it. Basically from what I have researched, I will need to incorporate animated buttons in a flash movie. I have attached a quick sketch of what the website will look like. The part I need to work with is the middle section with the boxes.

What I need to do is this:
The 5 gray boxes need to be buttons that link to their related pages. When the page loads, I want the animation to draw the first box, create the line, draw the second box, draw the next line, etc. until all the boxes and lines are drawn. This is a process map and since we do a lot of these for our work, we thought it would be nice for us to incorporate this into our website. Furthermore, it would be ideal if these boxes were links to different pages on the site as well.

So my question is this:
-What do I need to create in order to have this animation work
-Where is a good place to start looking in regards to creating something like this
-Is this even possible

View 2 Replies

Professional :: Converting An Interactive Flash Animation For IOS

Jan 21, 2012

we have some interactive particle simulators that had been programmed in Flash (.swf files).

I would like to find a way to convert these into some other format for use in iBooks Author.

How difficult would this be, and what kind of tools would I need to do it?

View 4 Replies

Professional :: Creating Interactive Floor Plans In Flash CS4 Possible?

Apr 29, 2010

Is it possible to create interactive floor plans in flash CS4? Are there any tutorials out there to do this?

View 1 Replies







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