Changeset 332 for plugins/infobox/com/jeroenwijering/plugins/InfoBox.as
- Timestamp:
- 09/08/09 09:40:42 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/infobox/com/jeroenwijering/plugins/InfoBox.as
r331 r332 45 45 back.graphics.beginFill(uint('0x'+colors[0])); 46 46 back.graphics.drawRect(0,0,400,40); 47 back.graphics.beginFill(0x000000,0.07);48 back.graphics.drawRect(0,0,400,10);49 back.graphics.beginFill(0xffffff,0.07);50 back.graphics.drawRect(0,30,400,10);51 47 addChild(back); 52 48 title = new TextField();
Note: See TracChangeset
for help on using the changeset viewer.
