Search  

CARD FLIP V1.0

HomeBrowse CategoriesFlashAnimations3d EffectsCard Flip v1.0

Drag, Drop and flip Business card with cool blurring effect.

Posted 2 months ago

preview looks very classy

Posted 2 months ago

cooool, i saw the same idea in another file, this one is better

Posted 2 months ago

hehe, make it “real 3d”! (:

Posted 2 months ago

Yeah, this is pretty good. :)

Posted 2 months ago

I was expecting a flipping car, instead of a carD

:D

Posted 2 months ago

hehe nice file, fixed the name problem… :)

Posted 2 months ago

how would you get rid of the drag and drop capability and change it to single click instead of double click?

Posted 2 months ago

Is this xml driven?

Posted 2 months ago

So cool, bookmarked :)

Posted 2 months ago

he he.. nice! :)

Posted about 1 month ago

cooool

- how would you get rid of the drag and drop capability and change it to single click instead of double click?

is that possible?

the card is a movieclip?

thanx

Posted about 1 month ago

pandasaru, it’s a pretty quick change to make it do that.

Posted about 1 month ago

i would like to see the drag disabled and either make the flip happen on rollover or with one click.

Is that a simple fix in the code?

Posted about 1 month ago

For mouse over and out card flip:

BusinessCard.Button.onRollOver = function(){ if(this._parent._currentframe == 1){ this._parent.swapDepths(top); this._parent.play(); } } BusinessCard.Button.onRollOut = function(){ if(this._parent._currentframe == 14){ this._parent.swapDepths(top); this._parent.play(); } } Posted 27 days ago