freeskier89's Profile
| |
|
Submitted files
| AS StringGallery
Here is an image gallery I made for a battle at kirupa.com where a gallery had to be created entirely using ActionScript. Double click on a thumbnail to bring up an enlarged image. |
|
| Blobs
Here is a quick experiment with flash 8 filters. |
|
| Vines
Here is a quick thing thing I did that uses the bitmapdata class. |
|
| Aerogel
Here is a quick experiment I did tonight and it ended up being only 30 lines of code and it could easily be condensed. Feel free to comment on it :). |
|
| Waves of Color
This is another bitmapData experiment of mine :) Please let me know what you think ;) |
|
| Lizard
This is something I made for a purely actionscript battle over at Kirupa.com. Every thing you see is drawn with the drawing api and is controlled entirely with code :)
Artificial... |
|
| Autumn Trees
Here is a quick experiment with generating fractal trees and using the BitmapData class to speed it up a bunch. |
|
| 3d Polar Revolution
Here is a neat thing that I made today. I will probably expand upon it in the near future. Please let me know what you think! |
|
| Actionscript Asteroids
Here is a flash asteroids game that I coded today. It is done entirely with actionscript, there is not a drawn object in the stage or library. It is also pretty object oriented. |
|
| Elastic String
Here is a quick something I did tonight. I am planning on making it more realistic in the future. It is totally ActionScript, and no CurveTo used :PPlease let me... |
|
| Lightning
Here is a recursion experiment that I whipped up yesterday that produces some nice looking lightning. Please let me know what you think! |
|
| Gnarly Tree
Here is a little recursive branching thing I whipped up today, because I had nothing better to do. It is made entirely with actionscript. Please feel free to comment :DClick to... |
|
| StarFractal
Here is a quick less than 25 line purely AS entry :) Click to reset :D |
|
| Terrain Collisions
The code is really really condensed, and if you wish to have it be a bit more understandable, see this thread: www.kirupa.com/forum/showthread.php?t=206051&page=2Refresh the... |
|
| Spiraling Follower
Here is a cool little script I made that works to my elasticity worm thing. Three nodes are created and then foreach of those nodes there are 10 child nodes in a sense. Oh, and... |
|
| Space Filling
Warning: Do not leave this running for a long time, it Will crash your computer for it does not terminate.This will fill space with circles randomly positioned on the stage.... |
|
| Color Wave
This creates a grid and sets the RGB of each clip based on the distance of the wave's center to the mc. I have it pretty well commented in the FLA. The center is dynamically positioned on a... |
|
| Interactive Tree V2
This is a fractal tree that allows user interaction. This is an updated version of the one I had on here previously. |
|
| Fractal Tree v2.0
This fractal tree utelizes a recursive onEnterFrame events to generate a chaotic fractal tree. I think it is one of my best fractal trees yet :DUpdate: 12/05/05 made speed less... |
|
| Mandelbrot Set
Here is a Mandelbrot set I whipped up in flash 8. It uses a seperate Complex number class in an .as file. |
|
| Ikeda Attractor
This is a quick thing I made in flash 8 that was inspired by the book Chaos and Fractals" produced by the American Mathematical Society. It is a relatively simple process. |
|
| Dragon Curve
This application slowly generates the Dragon Curve aka the Jurassic Park Fractal. |
|
| Minesweeper
A quick game I made in Flash MX. It has some glitchs. |
|
| De Jong Attractor
You may have to reset it a few times before you see something that looks like a typical strange attractor.This is a quite interesting strange attractor. It is probably the... |
|
| Chaotic Sierpinski
This is the first thing I have made in flash 8 :D. It performs 1000 iterations per frame. This is a LOT faster than previous versions of flash.This triangle is generated by... |
|
| Elasticity Worm
A simple elasticity script drives this five node worm. Each node follows the one in front of it. |
|
| 3D Wave
This application generates sinsuoidal waves on a psuedo 3d grid. I really came by this effect by accident. If you look at the fla you can probably tell :D , because it's a mess. I wanted to... |
|
| Undersea Bubbles
Here is just a basic particle emitter :) |
|
| Polar Daisy
This application draws a polar rose. To convert polar to parametric graphing, I came up with the equation:... |
|
| Koch's Island
This application will generate Koch's curve. It uses a base-motif algorithm where points are stored in an array and then on the next iteration they are pulled from the array and then new... |
