Changeset 3273 for lang/legacy-actionscript/as2draw/AS2Draw.as
- Timestamp:
- 12/18/07 17:14:42 (13 months ago)
- Files:
-
- 1 modified
-
lang/legacy-actionscript/as2draw/AS2Draw.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/legacy-actionscript/as2draw/AS2Draw.as
r3255 r3273 2 2 { 3 3 private var mDrawable:Drawable; 4 private var mToolPalette:ToolPalette; 4 5 5 6 public function AS2Draw(aRoot:MovieClip) 6 7 { 7 mDrawable = new Drawable(aRoot, 0xff8080, 480, 200); 8 mToolPalette = new ToolPalette(aRoot, 480, 24, 0x888888); 9 10 mDrawable = new Drawable (aRoot, 0xeeffdd, 480, 200); 11 mDrawable.setY(24); 8 12 } 9 13
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)