I’m doing a game as a supplement to my IB Sci course but I got stuck. And by the way, I’m new too! So hi everyone.
Anyway, here’s a link to what the compiled swf looks like. http://moumantai.no-ip.org/woot.swf
This is the source.
http://moumantai.no-ip.org/woot.fla
The problem I’m having difficulty with is that I created six different dynamic text boxes. Each to display the number of correct answers each team has. Along with these score boxes are an array, from T1 to T6, that hold in Tx[1] the current answer picked, and Tx[2] the current score, x being a number from 1 through 6. Now, each question, each team is given an opportunity to answer. First, click the team they represent, then the answer the team has chosen. After all teams submit their answers, the Next button is clicked which evaluates the answers through the variables Tx[1] by comparing it to another array, defined earlier in the movie, Ans, which holds the correct number correspondent to the right answer. After, the button is to update the scores and reset the Tx[1] variables. The problem is that the button updates the scores, but after the gotoAndPlay command which sends the user to the next question, the scores are all still at 0. As well, for those who didnt prod at my sloppy newbish source, I stated that the score update come before the gotoAndPlay command.
And that’s my story. Before mentioning the search command, I have tried it but only skimmed part of the results .