FFILES.COM NEWS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help
Pending listings (4)

Perspective in Flash

Previous overall listing: fais_button Previous in ActionScript: Exact Hit Detection Next overall listing: Smooth Sliding Menu Next in ActionScript: Pie Chart

I demonstration of how actionscript can be used to simulate perspective.<br />Ibad

user ibadmd Author URL minimalfonts.googlepag...
Listing URL none
Downloads 3089 Views 20452
ibadmd  

User ratings for Perspective in Flash.

Donate Add to favorites Subscribe to comments
Report listing
Download

More listings by ibadmd

WriteOn text effect
WriteOn text...
Easing Scroller v3full
Easing Scrol...
XML Drop Down Menu
XML Drop Dow...
Alpha Glow Effect
Alpha Glow E...
Visual Time Effect
Visual Time ...
Collapsible XML Menu
Collapsible ...

Comments

You need to LOGIN to post a comment.
user gillsoriano
gillsoriano: 3 years ago

Cool, this is what I was looking for... thanks!

user witzoar
witzoar: 3 years ago

great work man

user kinso
kinso: 3 years ago

many thanks man!

user theredflea
theredflea: 4 years ago

I, I'm running it i Flash Player 9, it's very easy to do, some changes in code:

_root.centrey = 800;
_root.centrex = 400;
_root.onEnterFrame = function() {
valeur_a = (_root._ymouse-_root.centrey)*0.5;
valeur_b = valeur_b+valeur_a;
valeur_b = valeur_b*0.8;
_root.nuves.peli_nuves.block1._y = (_root._ymouse-_root.centrey)*0.1;
_root.nuves.peli_nuves.block2._y = (_root._ymouse-_root.centrey)*0.2;
_root.nuves.peli_nuves.block3._y = (_root._ymouse-_root.centrey)*0.3;
_root.nuves.peli_nuves.block4._y = (_root._ymouse-_root.centrey)*0.4;
_root.nuves.peli_nuves.block5._y = (_root._ymouse-_root.centrey)*0.5;
_root.nuves.peli_nuves.block1._x = (_root._xmouse-_root.centrex)*0.12;
_root.nuves.peli_nuves.block2._x = (_root._xmouse-_root.centrex)*0.14;
_root.nuves.peli_nuves.block3._x = (_root._xmouse-_root.centrex)*0.16;
_root.nuves.peli_nuves.block4._x = (_root._xmouse-_root.centrex)*0.18;
_root.nuves.peli_nuves.block5._x = (_root._xmouse-_root.centrex)*0.2;
};

user ibadmd
the listing author ibadmd: 4 years ago

i mean in flash player 8/9 format

show all 8 comments