Ignore:
Timestamp:
09/08/09 09:40:42 (4 years ago)
Author:
jeroen
Message:

added the logobox plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/infobox/com/jeroenwijering/plugins/InfoBox.as

    r331 r332  
    4545                back.graphics.beginFill(uint('0x'+colors[0])); 
    4646                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); 
    5147                addChild(back); 
    5248                title = new TextField(); 
Note: See TracChangeset for help on using the changeset viewer.