Flash

I’ve always liked coding in Flash and over time I have created a few utilities for repeated actions like generating random numbers and splicing an image into pieces. Here you can find and download those utilities for use in your own projects. At the moment all the code is in ActionScript 3 as I tend to prefer Object Oriented Programming.

ImageSlicer

The ImageSlicer utility is a stand alone static class providing functions to slice the image into a grid and/or horizontal or vertical elements. You can download the utility and view usage examples on the ImageSlicer utility page.

RandomUtil

The RandomUtil utility is a stand alone static class providing functions to generate a random number from any desired range. You can download the utility and view usage examples on the RandomUtil utility page.

Comments & Questions

Add Your Comment