Not That good
It should be more big its just 8 kbs
graphics can be better than that
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 = "";
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 = "";
numVisits.text = "This is your first visit.";
}
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~