ActionScript 3 Full Browser Tiled Background
ActionScript 3 Tiled Background class.
Simple class for creating a tiled background for your projects. Takes 3 arguments,
the first is either a bitmapData object or URL to an image, a Boolean indicating if you want to multiply blend your image. Which is useful if you
want to overlay the tile over other display objects. And finally, a string representing the repeat mode of your tile. Class also supports repeat modes, in the same vein as what CSS allows for.
Class Features
- External Images or internal bitmap for tile
- Get/set tile blend mode (Multiply)
- CSS background repeat modes, ‘repeat’, ‘repeaty’, repeatx’, ‘norepeat’
- TileFast Mode - a performance tile setting
Class is an extension of this class; http://blog.efnx.com/?p=25
View Example
Here is an example; http://www.noponies.com/dev/as3_tiled_bg/
Source Files Here are the examples source files; Tiled Background Source Files (316) - 121.47 KB
By downloading, you agree to the terms of use, outlined here: http://www.blog.noponies.com/terms-and-conditions
Dependencies None
Updates 05 July, 2008: Performance tuning.
Images courtesy http://www.lydiabradbury.com/
