Pong unlimited by game-unlimited



Author & File Information


Submitted: 11/20/2004 | 09:00AM EST

File Info: Game | 7.9 KB | Add Game to Favorites

Current Score: 2.18 / 5.00

439 votes | 3,756 views

Click an icon to vote on this!

You are not logged in.


Related Submissions

Submissions by game unlimited (game-unlimited):


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.";
}

39 reviews | Log in to write a review | Share this!

The people have spoken

Average Score: 5.7 / 10

Score: 8
Troll-Sister-Mog

"SWEEEEEEEET!!!!"

date: November 6, 2005

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

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 9
jonathan1991

"great game"

date: January 13, 2005

my highscore 1660

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 7
NasFlash

"Great game"

date: December 17, 2004

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.

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 4
XwaynecoltX

"((( PONG WITH A TWIST )))"

date: November 27, 2004

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~

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 9
Crapola9009

"OMG mastercheif is gay{"

date: November 21, 2004

Fuck Master cheif this game FUCKING smacks Mastercheif's ass and everybody knows that.I played this game a good fifteen minutes before i relized "why am I playing this game!?"
But this game is Fucking HARD but awesome 2

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.