A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: ::: Top 10 ::::

  1. #1
    Member
    Join Date
    Jan 2003
    Location
    CPU
    Posts
    38

    ::: Top 10 ::::

    Hi...i'm making a quiz...

    how can i put results in Flash???


    thanX

  2. #2
    Standrard flasher
    Join Date
    Jul 2002
    Location
    Stockholm
    Posts
    342
    how do you mean? if you wantt the number of questions answered wrong/ right at the end of the quiz you need to use variables.

    everytime a question is clicked incorrectly (if your using buttons) a variable is set to the number of errors you already have + 1
    e.g.

    on (release) {
    errors = "errors + 1";
    }

    then at the end of the quiz you put a dynamic text-field with the variable errors.

    did i help yuou at all?

  3. #3
    Member
    Join Date
    Jan 2003
    Location
    CPU
    Posts
    38
    Hi!Thank u a lot...could u help me more???



    i think i need 3 dynamic text, 1 is for time, 1 for points and 1 for numeber of question [1/10, 2/10...]

    i would make 2 buttons ["true" and "false" label]...if the answer is correct it add 1 to the points, if not it add 0 [nothin']...

    when it's on the question 10/10 it stops and give the results [time, points]


    how can i do????

    thank u a lot!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center