PDA

View Full Version : 3D zoom..



manga
October 24th, 2005, 05:06 AM
Hey all,

I am asking (again) for anyhelp or good examples regarding my problem:

- I have a background circle image in a stage_mc
in that mc wanna putt small _mc's with houses. (house++_mc)
some houses overlapping a bit but in general they are in a grid positions..
-when mouse down on one of the _mc's the whole stage_mc must zoom in with
if posible a bit 3D camera zoom.. on da clicked _mc while the others move out of sight (mask in stage_mc?)
- after clicking on a button in the house_mc the whole stage_mc zooms out in orig x,y,z with the rest of the house_mcs.

hehe i hope i explain my wish..
i am testing and i need some help?

maybe someone can reproduce a simple fla function so i can only change the _mc?

Thanks in advance

M

treatkor
October 24th, 2005, 06:17 AM
hi manga,
i posted some code i did a little while back here: http://www.kirupa.com/forum/showpost.php?p=1678768&postcount=13

it may not be the clearest example because i built it with specific needs in mind, not to demonstrate the zoom concept. but anyways, take at look.
it's the same code i used to build this site. (http://holdenouterwear.com)

manga
October 24th, 2005, 10:56 PM
hi manga,
i posted some code i did a little while back here: http://www.kirupa.com/forum/showpost.php?p=1678768&postcount=13

it may not be the clearest example because i built it with specific needs in mind, not to demonstrate the zoom concept. but anyways, take at look.
it's the same code i used to build this site. (http://holdenouterwear.com/)

Thanks ;)

it was a bit wat i wanted but to convert it to my specs is a bit work..

But the zoom effect of the tweening is almost wat i wanted..

the problem is i have some obect very close to eachoter and i want at the max zoom only to show the clicked object and if possible in a bit 3D scale zoom..

i am working on it but thanks anyway,

Cheers,

M