Connecting Multiple LEDs to a LilyPad

I want to connect 5 leds to my LilyPad and get them to turn on and off one after another and continuously go on and off over time.

Is this possible and how do I go about it?

Any help with coding is awesome because I'm struggling.

Thanks.

I now have power to 5 different section of the lilypad at one time.

the help i need is with the coding to sequence the power to each one individually

HELP???

Start with the simple Blink program. Study it, figure out what makes it tick. Now apply that to all the five pins of the Lilypad. If all goes well, you ought to have all five blinking, either at the same time, or sequentially depending on how you implemented the coding.