hi,
Assigning the variable score the value of 12 is:
score = 12;
<-- right
Right or wrong? please?
Incrementing the variable score is:
score = score + 1;
<-- right
but itīs easier if u write score += 1;
Right or wrong? please?
What I read in the forums about displaying variables is to use a text field. Is there anything else I need to do to make sure it displays like all the other text in the frame it appears with?
If you have read this thanks, and if you can help me or think there is anything else I need to know or learn I would really appreciate it.
A tut about variables:
http://www.actionscript.org/tutorial...es/index.shtml
cobo