Community Radio Poster

radio

I was asked to do a poster for the Falmouth and Penryn community radio to engage the people of these towns in the creation of a new community radio.

Code

The main idea was to create several rays, representing different voices, coming out of a speaker. Using the open source libraryAlivePDF I was able to create a quick prototype for this poster in Flash and output a PDF as final result.

Here is the code used to generate the rays.

var s:Shape =new Shape();
addChild(s);
 
var myPDF:PDF = new PDF( Orientation.PORTRAIT, Unit.MM, Size.A3 );
//set the zoom to 100%
myPDF.setDisplayMode ( Display.FULL_PAGE );
//add a page
myPDF.addPage();
 
var o:Point = new Point(225,210);
 
var degrees:Number;
var radius:Number;
 
///circles
for (var k:int = 0; k<15; k++) {
	//point on each circle
	radius=k*2;
	for (var l:int = 0; l


Click here
to see the outcome of this code.

Final designs

Black
White

2 Responses to “Community Radio Poster”


  1. 1 Peter Oct 14th, 2009 at 8:01 pm

    Hello! My R.S.S. feed only just informed me of this activity. That’s some great work you’ve been doing. I think this beautiful portfolio of yours deserves the best grammar so I want to point out the first sentence (I presume it is intended to read “engage them in the”.

    Love the work, hope to see them sooner next time (though a bunch like this is a pleasant surprise).

  2. 2 Danilo Oct 15th, 2009 at 4:09 am

    Ciao Peter and thanks for the correction!

    It feels great to have a teacher as a friend in these cases :)

Leave a Reply