HOME | DD
Published: 2004-04-18 22:58:32 +0000 UTC; Views: 2834; Favourites: 3; Downloads: 1019
Redirect to original
Description
this take me around 2 hours, 35 fps, i friend do the button animtion in blender (daniel) , i use a 2 action scripts to make the main animation:onClipEvent (load) {
_x = 0;
_y = 0;
div = 5;
}
onClipEvent (enterFrame) {
_x += (endX-_x)/div;
_y += (endY-_y)/div;
_root.AA.onRelease = function() {
endX =0;
endY = 0;
};
_root.BB.onRelease = function() {
endX = -730.0;
endY = 0;
};
_root.CC.onRelease = function() {
endX = -1464.0;
endY = 0;
};
_root.DD.onRelease = function() {
endX = 0;
endY = -499.0;
};
_root.EE.onRelease = function() {
endX = -730.0;
endY = -499.0;
};
_root.FF.onRelease = function() {
endX = -1464.0;
endY = -499.0;
};
_root.GG.onRelease = function() {
endX = -1682.7;
endY = 0;
};
_root.HH.onRelease = function() {
endX = -1961.9;
endY = 0;
};
_root.II.onRelease = function() {
endX = -2243.1;
endY = 0;
};
_root.JJ.onRelease = function() {
endX = -2521.5;
endY = 0;
};
}
and....
onClipEvent(enterFrame){
if (_parent.hitTest(_root._xmouse, _root._ymouse, true)) {
_parent.nextFrame()
}else{
_parent.prevFrame()
}
}
please coment, i hope you enjoy it
Related content
Comments: 7
gilboium [2004-07-17 08:34:14 +0000 UTC]
You are kidding me! 285Kb!!! How did u manage to pull that off! It looks awesome!
I like this one for it's simplicity... nothing too over-the-top - and it really isn't needed at all.
Those transitions between the pages just work so well, especially with those great looking shots there...
There's not as much to this website as the other ones, and that's what i like... easy accessibility for dummies like me!
Very nicely done... once again... and this only took you 2 hours?!?!
This really impresses me! That is really incredible... i'm going to have to get some tips off u if that's alright
What software do u use? And how've u learnt all the ActionScript?
If i have any questions regarding ActionScript would you be the man to come to?
Can't wait to hear from u... u have a real talent... nice to see someone really excel in what they do on this site.
Thank you!
👍: 0 ⏩: 0
ritzcrackaa [2004-05-28 07:44:19 +0000 UTC]
muy impressivo me gustaria usar algo como este con mis propias fotos para mi pagina de web
👍: 0 ⏩: 0
SataraCs [2004-04-26 04:32:28 +0000 UTC]
aren't u missing the script for the content animation?
u are using AS for the animation, not tweens, correct?
what is that hitTest used for?
👍: 0 ⏩: 0
katarl [2004-04-20 03:09:15 +0000 UTC]
esta bueno!... lo unico q no capto es pq 2 ticos se hablan en ingles
👍: 0 ⏩: 0
ZeroCartin [2004-04-19 00:47:30 +0000 UTC]
Coool, really awesome
My only crit would be the layout, maybe somethin a bit more dynamic, still rockin man. Keep it up!
👍: 0 ⏩: 0

















