Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Interactive Movement Of A Box



Hey you all flash professionals out there.

does anyone know how to move a box interactive
with the cursor motion?

"I am trying to pitch for a small animation project and could use a
simple example.
I could imagine a rectangular box (since it would be for a packaging
design with lid) that I can spin according to my cursor motion."

do you know what I mean?

please help me

klabbelito



Ultrashock Forums > Flash > Flash Newbie
Posted on: 2003-09-11


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Interactive Map Help... With Mouse Movement
http://www.nec.com/ - on the right side..
Any tuts on this that anybody can link me to.
the beginning globe I belive is just a mask with 2 layers sliding..
Any action script help on the interactive part would be cool.
thanks.

Interactive And Lineal Movement
hi people!

straight to the point...

i´m developing an animation where, first part is interactive and you move a character with the mouse, after some events, the animation should start to be lineal, question is, how to make the trasition.

what i have to do is to capture the position of the character in the last moment of the interactive part and pass it to the beginning of the lineal part... but... how to do this?

thanks!,
santiago

Interactive And Lineal Movement
hi people!

straight to the point...

i´m developing an animation where, first part is interactive and you move a character with the mouse, after some events, the animation should start to be lineal, question is, how to make the trasition.

what i have to do is to capture the position of the character in the last moment of the interactive part and pass it to the beginning of the lineal part... but... how to do this?

thanks!,
santiago

Prob With Zoom And Movement On A Interactive Map
Hi,

right now im working on a project for a real estate agent selling objects all over the world. so my idea was to integrate a kind of interactive map on the country selection site. one for each country to give the user a impression where exactly the different locations in the choosen country are by rolling over the different names.

here is what i have: http://www.styled.de/flashies/resorts.html

Only the buttons: "Alcadeisa" "Marbella/Estepona" and "Nuevo Portil" work!

the different buttons just set different variables for the x an y coordinates of the map and set the Variable "rollOverZoom" to 1 or 0 to tell the map to zoom or not. as you can see the problem is the dependence of the zoom and the movement. the zoom sometimes is to fast, so that you already see details when the map is still moving. so its hard to follow where the location is. what i want is to achieve that the map centers the choosen location and zooms to it in one dependent movement. so that the location is always visible.

here the code of the map:





// Object Eigenschaften
widthObject = 150;
heightObject = 150;
widhtObjectZoom = 1000;
heightObjectZoom = 1000;
Zoom =50;
// Bewegung ------------------------------------------------
xZustand = getProperty(object, _x);
xDifference = xZustand-_root.spanien.xSoll;
xSpeed = (Math.abs(xDifference))/20;
if (xDifference == 0) {
gotoAndPlay(1);
} else {
if (xDifference>0) {
setProperty(object, _x, xZustand-xSpeed);
} else {
setProperty(object, _x, xZustand+xSpeed);
}
}
yZustand = getProperty(object, _y);
yDifference = yZustand-_root.spanien.ySoll;
ySpeed = (Math.abs(yDifference))/20;
if (yDifference == 0) {
gotoAndPlay(1);
} else {
if (yDifference>0) {
setProperty(object, _y, yZustand-ySpeed);
} else {
setProperty(object, _y, yZustand+ySpeed);
}
}


// Zoom ----------------------------------------------------

// Zustandsabfrage
widthZustand = getProperty(object, _width);
heightZustand = getProperty(object, _height);

// Neuwertsetzung
if (_root.spanien.rollOverZoom == 1) {
if (widthZustand < widhtObjectZoom) {
setProperty(object, _width, widthZustand + Zoom);
}
}
if (_root.spanien.rollOverZoom == 0) {
if (widthZustand > widthObject) {
setProperty(object, _width, widthZustand - Zoom)
}
}
if (_root.spanien.rollOverZoom == 1) {
if (heightZustand < heightObjectZoom) {
setProperty(object, _height, heightZustand + Zoom);
}
}
if (_root.spanien.rollOverZoom == 0) {
if (heightZustand > heightObject) {
setProperty(object, _height, heightZustand - Zoom)
}
}


object is the map graphic

any ideas?

Making Interactive Movieclips Where User Controls Positioning And Movement
Hi,

http://www.gameplanner.co.uk/flash/Plan_CreationFL.html

I want to create something which adopts the same capabilities as the software above, for my animation. I.E. The user can drag a movieclip on to the stage, as many times as they want, creating numerious instances of it, and then control where it will move to etc.

Any idea as to what sort of area in Flash I need to be looking at to have a go at this. At present, I'm thinking that it can be done through movieclips because they have the appropriate class properties/methods?

Your replies will be highly appreciated

Thanks

Sukhraj

Problem : A Really Interactive Movie For An Interactive Web Page
Hi I am part of a hockey team and I want to build a website where people could specify if they come to play and when...

My question is : Is it possible to have a page in which people could move the items of a flash movie, and that those modification (telling others what they plan to do) stay even if your reload the page? In order that anyone going on the page could see the number of people coming and modify the animation to tell if they come or change their plans...

I am looking for any kind of help, trails, tutorials...

Thank You

Roievil

Interactive Layers Over An Interactive Flash File
I've always been frustrated at the fact that dynamic text and images pulled into flash have not been able to be spidered by the search engines.

So, with a client site I'm developing, I'd like to try something different. I'm wanting to create a flash file with buttons that when clicked, open up the flash and create a blank area in the design where a div layer can be placed on top of the flash, positioned in such a way that it looks like it is part of the flash itself. When you then click on a seperate button on the flash, the div layer hides itself, and another div layer appears according to the relevant section of the flash you have chosen.

I might not be explaining myself very well, but for anyone following what I'm sayinig, has this been done before and does anyone know how?

Cheers,

Guy Blomberg

[F8] How To Make An Interactive Swf Still Interactive While Playing In Another Swf
Sorry the titles a bit long winded but that pretty much what I need to do. On our website I've got popups showing examples of work, so far these have only been jpegs or swf's that arnt interactive, ie they just loop. I now want to add a popup with an interactive swf, one where when the mouse moves over a part of the image, the image scrolls. Ive done this but when it opens nothing happens, someone mentioned 'nesting' but I'm still not sure what im doing!
Our websites:
http://www.optical3d.com
If you want to see what i mean,

The bit I can't get to work is in the visualisation section, under architecture and its the top right image

Thanks Steve

Mouse-movement Triggers Background Movement - Help Me Find Tutorial
I want to learn how to make an image react on my mouse-movement, so you get the effect as if you're looking around. You move the mouse to the right, and the image on the screen moves to the right, etc. I've seen an example of that on http://www.center-of-the-world.com/ - but I don't know how to find a tutorial for that on the Flashkit-site. Can anyone help?

Interactive Buddy Not Being Interactive
I've attached the .swf of an interactive animation i've been working on. The character is supposed to;

Walk towards where ever the mouse is clicked

Wave when the character is clicked

Wave after a certain amount of inactive time.

The problems I have, which you should see in the file are sometimes when he walks over to where you click he doesn't turn back to face forwards, but he does sometimes. Also after clicking on him to make him wave he now waves more frequently and starts waving while he's moving too (where as b4 he would only wave when stood still)

If anyone has any ideas on what's wrong please reply

Capturing Mouse Movement/locking Out A Direction Of Movement
does anyone have a good solution in AS 2 for simulating horizontal and vertical finger gestures like on an iPhone?

I have a Mouse listener that calculates movement in both directions and whichever one is larger in value (primary movement of mouse) then it locks out the other using a boolean value. And then once the mouseUp event is triggered, it sets the values to true again to listen for another horizontal or vertical gesture movement.

the problem I'm running into is that every once in awhile while I'm "gesturing" or moving the mouse in a particular direction, I'll get some funky results which clues me into that the other direction might not being totally locked out.

Make any sense?

Flowing Mc Movement Opposite Of Mouse Movement
I have a mc (fStrip) which looks like a piece of filmstrip with thumbnail images in it. I want this mc to move when the users mouse is positioned over it, but I only want it to move only along it's x-axis and in a direction opposite that of the mouse. And I want it to move or flow smoothly.

I've been trying to figure this out (see my lame attempt below) but without much luck. Can anyone help me out? Thanks.


onClipEvent (mouseMove) {
buffer=20 //movement buffer
mousePos=_root.fStrip._xmouse //store mouse position
if (mymouse!=_root.fStrip._xmouse){ //if the mouse has moved
diff=mymouse-_root.fStrip._xmouse; //find amount of movement
_root.fStrip._x-=diff/buffer; //buffer & set strips movement
updateAfterEvent(); //adding this makes the movement cleaner
}
}

Image Movement Based On Mouse Movement
I have my Flash canvas. In the Canvas I have an image that's centered and larger than the canvas. Obviously the entire image isn't shown. How can I use actionscript to move the image according to where the mouse is? So if I move my mouse to the top right corner I want the image to move accordingly to display the top-right corner (obviously in a smooth fashion . I tried looking for examples but wanted to know if anybody out there new.

Any ideas?

Little help and thanks in advance!
Brian

Ants Movement (based On Snow Movement)
Hey! I have a question for those who think they can help and might have the time to do so. I wish to get the effect of ants scuttering across the screen or up a tree, I have not decided which direction yet. I started with the tutorial code for the snow effect from kirupa, and changed it around to fit the little vector ant I created. The way I have it now looks pretty good, but the movement is a little too fluid. They obviously move in sinusoidal paths bc the code tells them to. I have about 20 copies of the main obj, and they're all a little different in size and specs (speed, transparency, etc) but what I was wondering was if there is any way I can change the code to make it a little more hectic, or erratic, not so fluid. If there is no way of doing so, it looks pretty good right now. If there is, however, I think it could look awesome. here's the code I'm using for the object.

onClipEvent (load) {
//stage
movieWidth = 850;
movieHeight = 50;

//mods for ants
i = 1+Math.random()*5;
k = 1.2*(-Math.PI)+Math.random()*Math.PI;

//each ant diff
this._xscale = this._yscale=38+Math.random()*30;
this._alpha = 75+Math.random()*100;
this._y = -10+Math.random()*movieHeight;
this._x = -10+Math.random()*movieWidth;
}
onClipEvent (enterFrame) {
rad += (k/70)*Math.PI;
this._y -= Math.cos(rad);
this._x += i;
if (this._x>=movieWidth) {
this._x = -3;
}
if ((this._y>=movieHeight) || (this._y<=0)) {
this._y = -2+Math.random()*movieHeight;
this._x = -3;
}
}

(I apologize for posting the code without one of those code boxes ppl use, I do not know how to do that yet....)

Any help is greatly appreciated! I wanted to congratulate everyone here at kirupa for having a great community, and great help to those that need it. I am so glad to be a part of it.

Luke

Object Movement Based On Mouse Movement
Not sure how to word this but. I have a object on the stage lets say that is 300 pixels wide. The actual stage is only 100px wide. I want to be able to "pan" the object left and right based on mouse position/movement. I saw a tutorial for it a while back but cant seem to find it. Anyone have a link to a tut or can throw out a little source code? It would be greatly appreciated.

Ants Movement (based On Snow Movement)
Hey! I have a question for those who think they can help and might have the time to do so. I wish to get the effect of ants scuttering across the screen or up a tree, I have not decided which direction yet. I started with the tutorial code for the snow effect from kirupa, and changed it around to fit the little vector ant I created. The way I have it now looks pretty good, but the movement is a little too fluid. They obviously move in sinusoidal paths bc the code tells them to. I have about 20 copies of the main obj, and they're all a little different in size and specs (speed, transparency, etc) but what I was wondering was if there is any way I can change the code to make it a little more hectic, or erratic, not so fluid. If there is no way of doing so, it looks pretty good right now. If there is, however, I think it could look awesome. here's the code I'm using for the object.

onClipEvent (load) {
//stage
movieWidth = 850;
movieHeight = 50;

//mods for ants
i = 1+Math.random()*5;
k = 1.2*(-Math.PI)+Math.random()*Math.PI;

//each ant diff
this._xscale = this._yscale=38+Math.random()*30;
this._alpha = 75+Math.random()*100;
this._y = -10+Math.random()*movieHeight;
this._x = -10+Math.random()*movieWidth;
}
onClipEvent (enterFrame) {
rad += (k/70)*Math.PI;
this._y -= Math.cos(rad);
this._x += i;
if (this._x>=movieWidth) {
this._x = -3;
}
if ((this._y>=movieHeight) || (this._y<=0)) {
this._y = -2+Math.random()*movieHeight;
this._x = -3;
}
}

(I apologize for posting the code without one of those code boxes ppl use, I do not know how to do that yet....)

Any help is greatly appreciated! I wanted to congratulate everyone here at kirupa for having a great community, and great help to those that need it. I am so glad to be a part of it.

Luke

How To Create An Interactive Image With Many Interactive Parts In The Same Image?
Does anybody know how to create an interactive image with many interactive parts in the same image?
To be more specific i would like to create an interactive image of a hotel where every floor will change color when we rollover it.
I am no flash programmer but if there is a tutorial out there can someone please point me in the right direction? Are there any flash software tools to do this or it has to be done from scratch using flash?
Has kirupa ever had a tutorial for something like this?

Please let me know.


Thanks

Sluggish Movement With ActionScripted Movement...
I really enjoy using the following bit of code for quick little flash animations:

=======================================

onClipEvent (load) {
_root.targXscale = 50;
_root.targYscale = 200;
}
onClipEvent (enterFrame) {
cXscale = this._xscale;
cYscale = this._yscale;
difXscale = cXscale-_root.targXscale;
difYscale = cYscale-_root.targYscale;
setProperty(this, _xscale, cXscale-(difXscale/5));
setProperty(this, _yscale, cYscale-(difYscale/5));
}


=======================================

It comes straight from the tutorials ("Basic Animation via ActionScript"). Anyways, whenever I view the .swf (via IE) on my computer (2.4 Ghz / 512 MB RAM), it looks great... better than great... it looks AWESOME! But, if I check it out at work (550 Mhz, 256 MB RAM) it looks terrible. It's choppy, mouse movement is sluggish, and the entire animation looks like it's running at 1 or 2 FPS.

I know it can't be completely dependent on the computer speed, b/c I've seen other flash sites that look great on the slower PC. Even some of the non-scripted movements are sluggish on my work PC... what the?! Is there a snippet of code that would / could help?

"Electron Movement" Tricky Actionscript Movement Animation
Can anybody help me with the actionscript for this one?

Objects floating from right to left on a page, when they float into static objects instead of passing behind them or in front of them or bouncing off them and going the other way, they simply move round the static objects and carry on.

Like drunks walking through a jungle of lamposts.

Interactive CD
I would like to create a CD using Flash with user input... name, phone etc. that will be used later in the same presentation. Online access is not an option.
Does anyone know if this can be done?

Interactive Nav Bar.
I have created a short animated sequence of a man climbing, comprising of 4 sections which make up one complete movement cycle. What I'd like to do now is to use this clip in a navigatrion bar so that when you point to any button on the bar the clip will play and the climber will follow a motion guide to that button, either going up or down the guide. Is this possible and if so can anyone give me some pointers as to how I can acheive this.
Thanks.

INTERACTIVE MAP
I want to build a interactive map so the user can move around it very easily how would I go bout this I dont have a clue??? Please help

Interactive CD
Is there any way to embed a swf file into another flash movie? I do not want to add another scene.

-interactive-
Just want to make a simple swf file that is interactive containing a list of questions. Where, whenever I would move my mouse over a word on the list, a diagram or sentence would pop up (not in a new browser window though). I'd maybe even like to make the new pop up interactive aswell.

Is this complicated for the novice?


Thanks

Interactive
Anybody here done any interactive and/or School material that could give out some tips about how should i organize content and what animation and scripting technics i should look out for?

Interactive Map
Hi everyone, I'm new to Flash. I'm trying to create a map that when you click on a county it stays highlighted. I have already imported a wmf file of state of New Jersey, each county is outlined. I can make a button out of each county, but I need to have it stay highlighted(color) on a mouse click and unhighlighted when you click again. Please any help would be greatly appreciated. I have attached file. The top county on the image is the only active button.
Thank You
Tony

Interactive Map
i have been tasked with the job of creating an online map of the large school where i work.

this map has to be editable by users in different areas of the school, to add or delete symbols and change the colour coding on different rooms.

also to mark the number of computers in each room and be able to remotely change that.

i come from a design background so the actionscripting is pretty basic. the main thing i need to know i think is how to save the changes made by one user so another user can pick these changes up in a different location.

hope you can understand this and help please.

thanks

mingoPig

Interactive
I have created a members site withFlash upfront php/mysql/apache-ssl backend.

I want to have a sound played saying "Welcome Back User" ------ "To The WebSite" .

Question 1: Can Flash MX read the numeric values passed, (via a php querry to the DB,) back into a dynamic textbox in flash.

I have read articles, posts, ..., ... nothing to my knoledge on this subject, unless you are talking about accessibility stuff or A.I. .
I don't want to interpret the english language just numbers zero thru nine.

Any thoughts or help or answers would be greatly appreciated.

Regards

Interactive CD-Rom Help
Hello everyone..

i need to make an interactive cd with a flash infro and stuff for my final proyect at school, what i need to know is How do u make my movie full screen, i meen when some1 instert the cd the movie will open with an autorun but i need a blue mask coreving all the screen and in the middle my movie at 640*400px

Any help regarding this issue will be VERY VERY apriciated Thanx dudes!!!

Peace.

Non Interactive BG?
Hey guys-

I have seen a few sites in which there is an MC in the bg that is little white dots moving across the screen. A buddy of mine who had it on his sight for a while said that it was based on the mouse pos. Can someone direct me to a tut or a DL? Basically, it boils down to this: My site is quite boring and I need some BG movement to make it more dynamic. Or, if someone could make it up...

Interactive CD-rom
I am working on an interactive cd-rom, and ran into a glitch

on my main scene i am calling an external (video) swf file that is about 10 megs. everytime I go to this frame the flash projector chokes for about 5 seconds because of the big swf loading.

Anyone know a way where flash can instead of loading the whole movie, load it bit by bit so the projector does not choke?

Interactive Cd Rom
Hello.

I have recently been making interactive cd roms that autorun and open with a full screen command when you put the cd in the drive. I have been designing them at 800 x 600 since that seems to be the safest size to fit most computer screens.

Is there a way that I can add something/script to the cd that will figure out what the user's screen resolution is set to and automatically have my movie adjust to their resolution settings so my interactive cd rom looks the same on all/most computers? I wanted to do this so the user did not have to figure out how to switch their seetings to match my interactive cd rom. Some people will see the interactive cd rom too big or too small depending on their personal settings.

Thanks a lot for the help.
Doug

Interactive Map
Hello,

Working on an interaktive map like the one here http://www.goredsea.com/EN_gomaps.aspx. The zoom part of it I have gotten to work pretty well.

Having some problems with the navigation minimap though... I have posted the FLA here

http://www.thinkinteraktive.com/demo/imap.fla

If anyone can give me a hand with this I ould be most greatful

Thanks

Interactive Map
Could anyone tell me how to make a map like this?
http://news.bbc.co.uk/2/shared/spl/h...ml/default.stm

Interactive CD
...the problem is that I have som buttons that I linked to some pdf files through getURL action but every time I click on it ,it opens internet explorer than some pdf plugin , and i see pdf in explorer. I would like to add an action that could just execute pdf file so it opens in acrobat

THNX

Interactive Map
Attached is the Interactive map I've been working on. (Work in progress).

I'm still trying to figure out how to stop the map from panning left/right/up/down. Also wondering if anyone would change anything about it so far.

http://members.cox.net/scottlarue/interactivemap.swf

Interactive Map
Is there anyone who can help me make an interactive map exactly like this one:

http://www.thegoheens.com/sample_map.zip

Thanks!

Help With Interactive Map
Hello, I'm fairly new to flash and looking for some helpful resources.

I'm trying to make a community map that has 5 different clickable hot spots.

I would like for the user to be able to hover over each hotspot and have an image swap effect on the map. I have the image swaps ready (as graphics), I just need to figure out how to add non-visible hot spots to the map (graphic), and have them swap images during rollover.

Also I would like to be able to link these to pop-up html windows upon clicking.

I could do this in Dreamweaver using the image map to achieve the desired effect, however I would like to do it in Flash, to help with minimizing the file size.

Any help is appreciated, thanks.

Interactive Map
Hi, I'm wondering If anyone has a toutorial for an interactive map similar
to this one:

http://www.bearmountain.ca/propertie...ctive-map.html

It would be great to just be able to move the map in the 4 directions within
a mask.



Thanks so much!

W

Interactive
Hello all, boy am I glad I found this site.
I don't consider myself to be a total newb, I know the basics, but I wanted to know how to make something like this:

http://www.mrstair.com/iron/rail_program/SMLong2.swf

Are there any tutorials out there that can show me?

Basically I need a button, that when hit brings up another menu and whatever I choose from that menu will replace that button.

I figure I can set it up once and copy and paste for the rest of the buttons.

One million dollars* to whoever can help me with this or link me to a tutorial.

Thank you all so much!

Debbie

*I wish

Interactive Ad..
Has anyone seen those weekly interactive ads on websites like CompUSA or Best Buy?! Is there a program to design those types of things?!

It shows the pages of the weekly flyer and when you hover over an item it shows you it in a larger view. I want to do that for our company. It won't change every week like theirs does. We have one catalog every year.

FF RW Interactive
I dont know if you guys seen them but if needed ill upload it. Basically its a movie and when you go accross with your mouse it plays the movie at the pace your moving the mouse across.

So my question is, is there an easier way of this than copying each frame of a clip and pasting it to a corresponding button? I got it working just need something less difficult.

[F9] Interactive CD
Im creating an interactive CD ROM whick will contain flayer, brochures and interviews.

Heres my problems;

my video guy has recoreded one of the interviews, lasting 2min and has given me a avi @ 774mb.

What is the best why to convert it to flash, low files size and does not link to the original avi?

[F8] Interactive Map
Hi there,

I'm going to be making an interactive map soon. similar to the one found here:

http://www.touchlocal.com/flash/home_map.swf

I just had 1 question about it. After clicking on a region, it enlarges and towns are pinpointed with pink dots. On rollover the town names appear ontop of all else content. They also move with the mouse until it rolls off the pink button.

How could I go about doing this? would I, on rollover, attach the specific movieclip with relative town name to the mouse and set it to the top level?

If that approach is possible, I'd love a few pointers to code it. Or if it sounds like the wrong direction I'd appreciate any help.

Thanks

[CS3] Interactive Map Using XML
Hey all, I'm new to Flash and I'm working on a project where Flash loads a map with a mask over it, allowing the user to pan, zoom, and select objects (buttons?) to learn more about the room/booth in the map.

I've gotten a map that can pan and zoom (while keeping the current screen centered), but I need some help populating the actual map, as I've never done it before.

What I want is for Flash to read in from an XML and create the "booths" dynamically (so I can change the map by editing the XML). So two main questions:

1. How do I draw the booth from the coordinates in the XML? (Is there some kind of drawLine(x1,y1,x2,y2) function in Flash?)

2. Just drawing the booths isn't enough. I need to be able to click the booths to bring up more information. Basically, is there a way for me to dynamically create buttons on the fly and edit their coordinates/shape, orientation, instance name, etc?

The reason I need to be able to alter the buttons is that the rooms won't all be square, nor will they all be perpendicular (some hallways are at a 45 degree angle, for example), so I can't just use one square button and change it's scale. But I *need* to allow the user to click on any room (which would then trigger an onPress event or something so I can pop up more information, unless there is another way?).

Any help would be appreciated, whether by post or link to a tutorial. Thanks.

Interactive Map Help
Hi forums,
new to the forums and kind of new to Flash. I did some searching and found a few tips but I am still having some problems. I've been working on this project for a little while, but have come to a halt.

Basically what I am producing is a local area map, divided into several section that will flash alert zones when there is a problem in that section, from machines that we are tracking. I have the map done (non-zoomable)and all the alert areas are movie clips.

All the alerted info will be pulled from a mysql database. I'm planning to write to an xml file (alerts from the db), then send the necessary info to the map that then will play the 'alert' movie clips for all the necessary areas.
Also, I'm trying to make everything (or mostly everything) function automatically, with basically no buttons.

So, what would happen, is the user on the net will log on to our system, navigate to the appropriate section and the map will be loaded and if there are any 'alerts' in the field, that section of the map will "flash" red (ie ... the movie clip will play).

I'm not sure if that is a good enough explanation, but I have decided to start fresh with new code because I seem to be just spinning my wheels.

Anyone's help/input/suggestions/examples we be greatly appreciated. Or if you would like more info, just ask.

Thanks in advanced


PS
Great forums, I wish that I had found them about a month ago ... I wouldn't have as many chewed pens on my desk hahaha

[CS3] Interactive Map
Hi,
1. I want to make a map of the country.

2. I want to be able to have certain states to be outlined when mouse rolls over.

3. I want the user to be able to click the state, it enlarge a bit, and have the mouse light up buttons of cities on that state.

4. I want the user to click the state and it will go back to normal.

I tried to do this, but I think I am doing it the wrong way. I made a map and made a button for the state, so that it would outline. I also made a movie clip of the state that can be clicked, enlarged, has buttons that light up, and closes when clicked. My problem is that I cannot click the state and make the movie clip pop up.

If there is an easier way. Please let me know!

Thank you!

Help With Interactive App
I'm designing and scripting a fashion app which will enable the user to click on an item of clothing and place it on the model. Here is a screenshot http://smg.photobucket.com/albums/v3...screenshot.jpg to give you a more clear idea, the section on the right is where the sub movies will loaded in for each section of clothing, there will be sub movie for tops, shoes, trouser and shades. And the section on the left is the host movie where the model will have the clothes placed on him.

I'm using this script to load my submovies into my host movies.

stop();
tops_btn.onPress=function(){
_root.createEmptyMovieClip("container1",1);
loadMovie("tops2.swf","container1");
container1._x=413.2
container1._y=28.0
stop();
}

My problem is how do I get the jacket which is a movie clip in my library to load into the host movie and have it position correctly when I click on the jacket button which shown in my screen shot. I've read that an onRelease handler would be best for this, but I have no idea how I would script properly.

Interactive Map?
ok, gonna make a nice vector map of the US and plot points on it via XML.

how the heck do i figure out the plotting/griding system of the map. I'm assuming i use X and Y coords. i know if need be i can go to google and get latitude and longitude points.

If you were me how would you design a map to plot its own points that are stored in an XML file. i have no idea what type of conversion to use.

any ideas or alternative methods would be great.

THANK YOU!!!!

Copyright © 2005-08 www.BigResource.com, All rights reserved