Changeset 3276 for lang/legacy-actionscript/as2draw/AS2Draw.as
- Timestamp:
- 12/18/07 18:06:19 (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
r3273 r3276 7 7 { 8 8 mToolPalette = new ToolPalette(aRoot, 480, 24, 0x888888); 9 buildToolPalette(mToolPalette); 9 10 10 11 mDrawable = new Drawable (aRoot, 0xeeffdd, 480, 200); 11 12 mDrawable.setY(24); 13 } 14 15 private function buildToolPalette(tp:ToolPalette) 16 { 17 var p1:PenButton = new PenButton(3); 18 tp.addButton(p1); 19 20 var p2:PenButton = new PenButton(8); 21 tp.addButton(p2); 22 23 var p3:PenButton = new PenButton(16); 24 tp.addButton(p3); 12 25 } 13 26
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)