Source
If you find these files useful or put them on your web site I'd be grateful if you let me know. They're mostly Flash 6/MX files.
Licence
These Flash files are released under the Creative Commons Attribution - NonCommercial - ShareAlike 1.0 licence. This licence gives you the freedom (amongst other rights) to use and modify these files for non-commercial purposes. There are obligations if you distribute derived works, but you can read the licence yourself -- or if the legalese is too much to stomach here it is in a nutshell.
You also have the option of the GNU GPL, if you would prefer that.
Flash Source Code
| View | Download | Info | |
|---|---|---|---|
| Mathionaire A version of the popular TV quiz with Maths questions. Updated: 2005-10-28 |
|||
| Countdown A simulation of the popular numbers and letters game. Updated: 2005-07-26 |
|||
| Diagonal Differences An old chestnut of an investigation. Updated: 2003-01-27 |
|||
| Number Stairs Another old favourite. Updated: 2003-04-12 |
|||
| Random Trigonometry Gazillions of (pseudo-)random triangles to solve. Updated: 2005-07-26 |
|||
| Flash Picture Viewer A viewer for vector art images. For an example see Campbeltown Life. Updated: 2002-12-01 |
|||
| Wordsearch Flash source files for the wordsearch.swf movie. If you want to use this on your site you will need to read this. Updated: 2006-02-13 |
|||
| Wordsearch Files Some sample xml files for the wordsearch applet. Updated: 2006-10-23 |
|||
| Hangman Flash source files for the hangman movie. If you want to use this on your site you will need to read this. Updated: 2005-03-19 |
|||
| Hangman Words A few word lists for the hangman movie. Updated: 2006-01-08 |
|||
| Leapfrog The jumping investigation. Updated: 2005-07-28 |
|||
| Playing Cards A set of playing cards for use in your flash projects. Updated: 2005-10-16 |
|||
| Higher or Lower? The card guessing game. Updated: 2005-10-27 |
|||
| Decanting Puzzle Another old chestnut. Updated: 2005-11-14 |
|||
| Quincunx Source code for the quincunx applet. Updated: 2006-11-02 |
|||
| Broken Calculator A puzzle. Updated: 2005-11-16 |
|||
| Matching Game A simple pelmanism game. Updated: 2005-11-21 |
|||
| OO.o Flash Viewer OpenOffice.org and StarOffice have a really neat feature where Impress presentations (and imported Powerpoints) can be exported as web-friendly flash files. The drawback is that the navigation included in the flash file is rudimentary -- you can only advance one frame at a time and you can't go back. This is a container movie for these files that provides full navigation. Updated: 2005-10-16 |
|||
| ooonav If you want to convert your flash movies from OpenOffice.org or StarOffice to standalone swf files with navigation controls then you can use swfcombine from the free SWFTOOLS project together with this movie to do so. Updated: 2007-04-11 |
Other Stuff
| View | Download | Info | |
|---|---|---|---|
| wordsrch - source This is a simple command line program to generate wordsearch puzzles from a text file of words. You can see it in action here. It's vanilla C so should compile on just about anything. Updated: 2006-02-11 (v0.4.0) |
|||
| wordsrch.exe - windows binary Binary for Win32. If you're not comfortable with console mode programs then read this. Thanks to Michael Taylor for spotting a bug here. Updated: 2006-02-12 (v0.4.0) |
|||
| wordsrch - linux-x86 binary Binary for GNU/Linux x86. Type wordsrch -h for usage information. Updated: 2006-02-11 (v.0.4.0) |
|||
| wordsrch - php With a bit of luck you should be able to drop these files into a directory with the wordsrch binary (CHMODded to 0755) and you will have your own online wordsearch generator, like this one. Updated: 2005-03-13 |