Search tutorials
6. Making score:
Make a dynamic textbox. name its Var. "score". Go into the enemies properties, and in the button on the top layer, put this actionscript in:
on (release) {
_root.score += 1000;
}
you can change the score by changing the numbers in the actionscript.
| » Level Intermediate |
|
Added: 2004-03-08 Rating: 5 Votes: 49 |
| » Author |
| A guy who likes to make games in flash. |
| » Download |
| Download the files used in this tutorial. |
| Download (2330 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!