00:00
00:00
Newgrounds Background Image Theme

xo1029392 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Pong unlimited

Share Collapse

Author Comments

Everybody hated the write program..So i replaced it with pong. (My highscore is 1499)

But i didnt remove the script of fastwriter.

Here is the sript:
To use it make a text and make it a object.

stop();

//create the local Shared Object
myLocalSO = sharedobject.getLocal("f
lashcookie" );

//Populate the text field if the SO already contains a name
if (myLocalSO.data.name != null) {
userName.text = myLocalSO.data.name;
numVisits.text = "You have been here " + myLocalSO.data.counter + " times."
}
//Populate the text fields if the SO does not contain a name
else {
userName.text = "<type your name here>";
numVisits.text = "This is your first visit.";
myLocalSO.data.counter = 1;
}

//update counter for number of visits
myLocalSO.data.counter++
;

// Handler for userName.onChanged
userName.onChanged = function() {
myLocalSO.data.name = userName.text;
}

//Reset the data in the SO, and text fields
blueButton.onRelease = function () {
trace (myLocalSO.objectName);
myLocalSO.data.name = null;
myLocalSO.data.counter = 2;
userName.text = "<type your name here>";
numVisits.text = "This is your first visit.";
}

Log in / sign up to vote & review!

Not That good

It should be more big its just 8 kbs
graphics can be better than that

SWEEEEEEEET!!!!

I love little games like that. I wish someone would make a tetris one... But then I haven't looked so w/e...

great game

my highscore 1660

Great game

It looked like just another pong copy but it wasnt, i loved the way you could choose mouse or keyboard, i also liked the way more balls appeared and the area got smaller, great game, keep it up.

((( PONG WITH A TWIST )))

Cool thats cool, its pong but with a twist, at first i thaught it was just another clone but you added more stuff to make it your own, still lacks backround music though, i had fun with it, nice work, keep it up...

~X~

Credits & Info

Views
8,855
Faves:
3
Votes
39
Score
2.83 / 5.00

Uploaded
Nov 20, 2004
9:00 AM EST