School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,406 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,585 people online right now. Registration is fast and FREE... Join Now!




25 Lines or less

 

25 Lines or less

BetaWar

2 Jun, 2009 - 09:40 AM
Post #1

#include <soul.h>
Group Icon

Joined: 7 Sep, 2006
Posts: 4,729



Thanked: 269 times
Dream Kudos: 1400
My Contributions
Ever tried to create something in as few lines of code as possible? Well, here is your chance! Create a cool little application (in Flash) in 25 lines (max) or less. Now, as lines have been a little difficult for people to understand in the past here is a run-down on what is counted as a line (with a little example):

CODE
function myFunction():void{ // doesn't count, function declaration
  var mcArray:Array = new Array(); // counts, setting a variable
  for(var i:Number=0; i<50; i++){ // counts, loop action
    var mc:MovieClip = new MovieClip(); // counts, setting a variable
    mc.x = mc.y = 50; // counts as 2, setting 2 variables.
        // doesn't count, blank line
    stage.addChild(mc); // counts, calling a function
    mcArray.push(mc); // counts, calling a function
  } // doesn't count, closing brace
} // doesn't count, empty line just closing brace
myFunction(); // counts, calling a function
var myNumber:Number; // doesn't count, variable declared, but not set


As such the total number of lines of code in the above example is 9.

Hopefully that makes sense, but don't be afraid to ask questions about it.

Please post the code you are using as usual (like so code.gif) and attached a zipped swf/ flv with your post.

Enjoy, I can't wait to see what people come up with.

User is offlineProfile CardPM
+Quote Post


xclite

RE: 25 Lines Or Less

2 Jun, 2009 - 10:09 AM
Post #2

LIKE A BOSS
****

Joined: 12 May, 2009
Posts: 629



Thanked: 13 times
My Contributions
That's a neat idea. It's a shame I don't know any actionscript.
User is offlineProfile CardPM
+Quote Post

theRemix

RE: 25 Lines Or Less

3 Jun, 2009 - 01:15 AM
Post #3

D.I.C Regular
***

Joined: 19 Oct, 2005
Posts: 426



Thanked: 10 times
My Contributions
http://www.25lines.com ?
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/7/09 11:05PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month