Blog
|
Humor
Links
|
Music
GB
|
ProgBlog
My Child
Reviews
Login
YIM Emoticons!
GenCon '04
|
'05
My Programs
Gift Exchange
KillaCampaigns
CyberMath
NiftyNewborn
Hire Me
Resume
Design Examples
My Art Site
Shop!
Blogtastic - Your guide to the web.
RSS:
Show All
Save View Preference
10/16/2007 12:37:43 AM
ce suo zai na lo
Posted By:
Mike
means Where's the bathroom in Chinese.
8/24/2007 6:17:23 PM
FLASH AS3 - Add a Bitmap from the library
Posted By:
Mike
Assume a Bitmap called Background1 exists in the library. The Library object functions as a BitmapData object for the sake of methods/parameters you can use in creating and manipulating it.
var bgimage:Background1 = new Background1(100,200);
var bg:Bitmap = new Bitmap(bgimage);
addChild(bg);