Changeset 3300 for lang/legacy-actionscript/as2draw/AS2Draw.as
- Timestamp:
- 12/19/07 03:30:38 (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
r3276 r3300 15 15 private function buildToolPalette(tp:ToolPalette) 16 16 { 17 var _this = this; 18 var closure = function(b){_this.pushedPenButton(b);}; 19 17 20 var p1:PenButton = new PenButton(3); 18 21 tp.addButton(p1); 22 p1.afterPush = closure; 19 23 20 24 var p2:PenButton = new PenButton(8); 21 25 tp.addButton(p2); 26 p2.afterPush = closure; 22 27 23 28 var p3:PenButton = new PenButton(16); 24 29 tp.addButton(p3); 30 p3.afterPush = closure; 31 } 32 33 private function pushedPenButton(aButton:PenButton) 34 { 35 25 36 } 26 37
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)