From: Alex T. <ale...@us...> - 2005-08-01 18:09:40
|
Update of /cvsroot/pythoncard/PythonCard/samples/flock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15440 Modified Files: readme.txt Log Message: Provide accurate description for this sample. Index: readme.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/flock/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 11 Oct 2004 01:56:58 -0000 1.1 --- readme.txt 1 Aug 2005 18:09:30 -0000 1.2 *************** *** 1,3 **** ! Conversion of Flash animation to PythonCard. - http://www.bit-101.com/tutorials/gravity.html --- 1,5 ---- ! Builds on the "gravity" sample to show a simple animation of "boids"; shows simple emergent behaviour for a 2-D flock of "boids". ! ! This sampe uses two images to animate the movement of bird-like objects. ! |