Archive for December, 2009

Protected: Flash AS3 Custom XML Class

This post is password protected. To view it please enter your password below:

AS3 ImageLoader Class

Load bitmap images in OOP concept. Simple and easy custom image loader class,

import <package name>.imageload.imageLoad;

var myImage:imageLoad;
var myImagePath:String = “(add your image path here)”;
myImage = new imageLoad(myImagePath, 1, 600, 400, 0, 0);
addChild(myImage);

Continue reading ‘AS3 ImageLoader Class’

Next Page »



Follow

Get every new post delivered to your Inbox.