View Full Version : nice effect, but, how i make that?
hi all,
well, I'm trying to make something like that (http://www.ikre8u.com) but, how i make on easy way this effect?
if anybody can help me, i create the objects on http://testeflash.bcl.pt/quads.fla ,just to put actionscript, i think this use one mask.
Well, tks guys
:confused:
tealou
01-22-2007, 12:19 PM
To me it looks like a simple matter of moving a movieclip within the box or a mask and having an onRelease trigger the movement.
you are right. simple moving one movieclip, but, try to see my point. i want that moving correspond with some press buttons (dynamic of course).
1 2 3
4 5 6
7 8 9
Like, i press some button like for image 1, and i want press button 8, how i create this dynamic trace movements? (like that site i post here)
:rolleyes:
aquastealth
01-24-2007, 10:07 AM
You will use the Tween class in actionscript
1) Make the final layout of your different background pictures/sections
and paste everything into a big movieclip which we call "layout_mc".
2)On the top layer you create a big rectangle in which you delete a whole to see through to your moving background
3)Now move your layout_mc so that you can see through to the picture/text you want to be shown for a specified section and in the
properties panel for your big background movieclip check your x and y coordinates and write them down to remember which section has which coordinates.
4) Use the Tween class (if you are not familiar with this actionscript read the help file in Flash or try to find a tutorial on the net its really not that hard even if youre new to actionscript. The tween class is exactly like regular tweening except you do it in AS thus get more control over it) and on onRelease for your buttons make a tween from current x and y coordinates for background movieclip to the x and y coordinates that you have written down above.
I know this is not a full howto and may seem hard for people who are not familiar to AS but Im only trying to help you get in the right direction.
I wish you all the lucj with your project/ AquaStealth
aquastealth: First, thank you. i google for it and i found that. how i will make that:
Save the start _x and _y positions of all quads inside layout_mc , and with tween i setup the end positions that are the same ever.
When i finish that, i put here the source and file.fla
:D
well, simple but with idea.
here the source --> http://testeflash.bcl.pt/quads.fla
here the swf -----> http://testeflash.bcl.pt/quads.swf
;)
aquastealth
01-26-2007, 11:02 AM
Hey man thats amazing youre a real fast learner.
Glad I could help :)
Now all you have to do is make real graphics and
spread out the layout a little bit more.
If you go further and make a whole webpage like
this please post a link here cause it looks great to me.
Keep up the good work!
/AquaStealth
Zakum
02-01-2007, 05:22 PM
Nice!, thats a good effect.
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.