Thxs
the code posted on the button (that is dynamic) goes like this:
on (rollOver) {
//unFade() function sets all the mc's with buttons inside in _alpha 100.
_root.unFade();
//fade () is the function that fades all the buttons except the one you are over, this works ok
_root.fade(_parent._name, 38);
//showDisplay() function shows a small window with info related to every mc (when it's rolled over)
_root.showDisplay(_parent._name);
}
on (rollOut) {
//this does not work if you roll out fast enough
_root.unFade();
}
I hope you can help,if u need i can post the code of every function, let me know.
Thanks in advance.
Map Zoom - Simple I Hope -plz Help Thxs
Hi all
I'm trying to set up a zoom in system on map...
a have a map("map")as a movieclip and basically i want to zoom in on the map using in curser position(which is a graphic using stardrag action).
at the moment it uses x_scale & y_scale but they just enlarge the map from the centre point.
how can i possibly do this,
please have a look http://www.jonathanhammond.com/uk_map_demo-j3.swf
http://www.jonathanhammond.com/uk_map_demo-j3.fla
Thxs so much for any help
Your all stars
jon