1. Home
  2. Computing & Technology
  3. Animation

Flash Halloween Trivia Quiz

By , About.com Guide

10 of 10

For the right answer, the only thing we need to do is make sure that the value of score is updated before it’s tested against the minimum passing value:

on (release) {
score = score+1;
if (score>4=) {
gotoAndPlay(9) ;
}
if (score<=3) {
gotoAndPlay(10) ;
}
}

Click here to take the quiz.

Explore Animation
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Animation
  4. Flash Animation Tutorials
  5. Flash Halloween Trivia Quiz

©2009 About.com, a part of The New York Times Company.

All rights reserved.