Action Script Engine For Flash
FLADE ( Flash Dynamic Engine )
Flade (Flash Dynamics Engine) adalah open source actionscript 2.0 library untuk pensimulasian 2D physics menggunakan Verlet integration. Saat ini fitur rectangular, circular, & wheel primitive, spring & angular constraints, dan surface terdiri dari segmen garis, lingkaran, & persegi panjang. Ini terutama dirancang untuk permainan dengan tujuan untuk kecepatan dan kemudahan penggunaan
Source : http://www.cove.org/flade/
APE (Actionscript Physic Engine)
APE (Actionscript Physics Engine) merupakan free AS3 open source 2D physic engine untuk dipergunakan di Flash dan Flex
Source : http://www.cove.org/ape/
How to use this library ?
- Put that library at the same folder
- Enjoy it
Flash Engine API
- Damping API setDamping(double d) ; Peredam vibration atau getaran.
- Gravity API setGravity(double gx, double gy) ; Set Gravitasi;
- Sourface Bounce API setSurfaceBounce(double f) ; Set Permukaan atau bentuk Bounce;
- Sourface Friction API setSurfaceFriction(double f);
Contoh Pemanfaatan Flade Engine
Site : http://www.cove.org/ape/demo1.htm
Site : http://www.cove.org/ape/demo2.htm
0 Responses to “FLADE (Flash Dynamic Engine)”