Search tutorials
Frame 2 IV
You will find the fifth frame is the one titled 'convert_to_lowercase'. Once again, it helps to name things that make sense. There are a number of tutorials on the net that deal with this topic to varying degrees of competency so I will not cover them here. Just accept that it works -- it does. : )Comment: ---------------------------------------------- Comment: initialize counters Comment: ---------------------------------------------- Set Variable: "m" = 0 Set Variable: "n" = 0 Set Variable: "p" = 0We need three counters. Remember I mentioned there were three loops going on: One to keep detecting new user input (this is done via a 'Frame' go to action. Another loop to count through the list of links. And another to step through the characters in each link. The last variable you see here 'p' is used as a counter to count how many items match our user's input.
Comment: ---------------------------------------------- Comment: start counting (up to total links) Comment: ---------------------------------------------- Loop While (n 'n' is our counter to keep track of which link we are on. We only cycle through 'n' one time. In other words, n counts from 1 up to the total amount of links in the list, then we're done.
| » Level Advanced |
|
Added: 2000-05-01 Rating: 9 Votes: 113 |
| » Author |
| Flashjunkie is a self-professed obsessive addict of life. Due to the highly artistic nature required of an Art Director for an Ad agency, he took up Flash to add some math to his diet |
| » Download |
| Download the files used in this tutorial. |
| Download (96 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!