Flash Boxing Games
Feb/080
Thanks for visiting our site about Boxing!
We hope you will find the Flash Boxing Games information that you seek.
We welcome you to browse our website and use the search feature if there is something in particular you are looking for.

Using Adobe Flash Actionscript to add to a text box?
I am making a game and I need to make a score type thing. I have a text box known as a “text tool” in Flash with “0″ typed in it. Every time someone scores, I want to add one to the player’s “text tool” using actionscript. How would I do this.
I am using Adobe Flash CS3 by the way
First of all, you need to set the text box to dynamic. To do this, go down into properties where it says “Static Text”. Change this to “Dynamic Text”. Then you need to give the text box an instance name. Give it a name which will be used is the script.
In your script, you need to make a variable set equal to 0.
Have your statement add 1 to the variable whenever a point is to be added.
To let your text box show the score, you must add:
name of text box.text = “Score: ” + your variable;
But remember that you need to run the script continuously for the score to change. Do this using
OnEnterFrame = function() {
Use this Site to help you with anything else you don’t understand, it helped me.
“http://www.developingwebs.net/flash/”
how to play flash games on your psp
No comments yet.
Leave a comment
No trackbacks yet.