Emasher Posted December 12, 2007 Posted December 12, 2007 Alright I'd like to start out with a question. Can anyone direct me to a tutorial that explains how I can create a score system with dynamic text. I'm working on my first real flash game and I need to know how to do this.
ronniefisher Posted December 16, 2007 Posted December 16, 2007 Sites like Flashkit.com and pixel2life.com are best for this kinda thing, especially flashkit if its actionscript advice your looking for.
Emasher Posted December 16, 2007 Author Posted December 16, 2007 I've looked in both of them but I can't find anything of that sort.
Hem Posted December 16, 2007 Posted December 16, 2007 You have to make a 'score' variable, assign the number of points you get in a line of code, then display the score on the stage as a piece of dynamic text linking to the score variable... If you look at this tutorial code, it will show you an example; http://www.kirupa.com/developer/actionscript/vertical_shooter.htm Good luck with your game.
Recommended Posts