This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
ibadmd (14)
Perspective in Flash
I demonstration of how actionscript can be used to simulate perspective.<br />Ibad3280 downloads, 25711 views
Comments
You need to login to post a comment.
Cool, this is what I was looking for... thanks!
great work man
many thanks man!
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;
};
i mean in flash player 8/9 format