Search tutorials
Ok lets go. Now make a dynamic text. 3 of them for now. Ok name one "seconds" and another "minutes" and the other "hours". Ok now add this to a movie clip that is invisible. make the fps (Frames per Second) 15. It does not really matter. Now go into the invisible MC and put 15 frames in. (or how much are in the fps) Now on the last frame put this actionscript in:
_root.score = _root.seconds+1;
if (_root.seconds==60) {
_root.score = _root.seconds*0;
_root.score = _root.minutes+1;
if (_root.minutes==60) {
_root.score = _root.hours+1;
_root.score = _root.seconds*0;
_root.score = _root.minutes*0;
There you go! have fun!
| » Level Basic |
|
Added: 2005-01-21 Rating: 2 Votes: 12 |
| » Author |
| Please if you do not understand this tutorial or if it does not work then e-mail me SerjayStetsyuk@hotmail.com Good luck! |
| » Download |
| Download the files used in this tutorial. |
| Download (0 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!