A Flash Developer Resource Site

Page 3 of 5 FirstFirst 12345 LastLast
Results 41 to 60 of 98

Thread: Macromedia FLASH EXPERTS --> Look In

  1. #41
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Hi,

    Thanks for the suggestions. I like the idea of having the questions stored externally, not quite sure the best way to go about doing it, but it's something to work towards

    Storing the answers in array would also be an excellent idea, having something like

    correct = false;
    for (n = 0; n < answerArray.length; n++) {
    if (answer == answerArray[n]) {
    correct = true;
    break;
    }
    }

    is certainly a lot more felxable than my correctAnswer1, correctAnswer2 method

    and again the array of characters that can be removed from the answer is a nice idea... Thanks again for the input

  2. #42
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Originally posted by Triad121
    thanx catbert303,

    that wud be great if you could create an .fla for it, seeing that im very new to all of this coding, i don't fully understand it.

    Yep, sure i'll try to get one made. I'd like to try to include some of the ideas suggested by gcy80 and enemem.


  3. #43
    Senior Member
    Join Date
    Feb 2001
    Posts
    1,835
    ...the never ending project...

    catbert303, you are far too nice to us - just tell us to shut up and do it ourselves, you'll be doing this for the rest of your life

    - n.

  4. #44
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Originally posted by enemem
    ...the never ending project...

    catbert303, you are far too nice to us - just tell us to shut up and do it ourselves, you'll be doing this for the rest of your life

    - n.
    lol

    Well it's either do this or do my job and I hate my job

  5. #45
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Hi,

    I've posted an fla file that does factorising (well it has 2 questions about factorising in it , it's at http://www.angelfire.com/electronic2...math_quiz.html ) I've implemented a couple of the suggestions, like an array of characters to be removed from the answers and keeping the answer to each question in an array so you can have different numbers of solutions to different questions.

  6. #46
    Junior Member
    Join Date
    Apr 2002
    Posts
    19
    thanks for helping me out on this catbert303, i really do appreciate your help on this.

    got a bit of a problem can't seem to download the mathsquiz4 from your site, it says i cannot download the file from your site.

  7. #47
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Oops! I saved the file with an upper case M and put the link in lower case on the page, fixed it now

  8. #48
    Junior Member
    Join Date
    Apr 2002
    Posts
    19
    thanx catbert303,

    i'll send you the final product once i've finished building the flash maths algebra tutorial. really appreciate you helping me out with this. thanks.

  9. #49
    Senior Member
    Join Date
    Mar 2002
    Posts
    160

    Smile

    thanks a lot catbert303, v good work )


  10. #50
    Member
    Join Date
    Apr 2002
    Posts
    49
    Hi,
    I had done an example of getting nodes from xml file...
    this app will retrieve all nodes out and store in array. THe advantage is you can add as many nodes as you want, so maybe it may help to develop maths or watever we want...
    Anyone care to have a look at my code and give suggestion? or better solution? I will email to those who want...thanx

  11. #51
    Senior Member
    Join Date
    Mar 2002
    Posts
    160
    Originally posted by gcy80
    Hi,
    I had done an example of getting nodes from xml file...
    this app will retrieve all nodes out and store in array. THe advantage is you can add as many nodes as you want, so maybe it may help to develop maths or watever we want...
    Anyone care to have a look at my code and give suggestion? or better solution? I will email to those who want...thanx
    thanks,i would like to do so ,plz email me

  12. #52
    Member
    Join Date
    Apr 2002
    Posts
    49
    can i have ur email address plz?

  13. #53
    Senior Member
    Join Date
    Mar 2002
    Posts
    160
    Originally posted by gcy80
    can i have ur email address plz?
    ok i have sent u my emails via net

  14. #54
    Senior Member
    Join Date
    Mar 2002
    Posts
    160
    i think it will be better if u uploaded it on net to have a wider open disscussion as we have had

  15. #55
    Senior Member
    Join Date
    Feb 2001
    Posts
    1,835
    I have also made this example:

    http://tortoisedezign.virtualave.net/flashkit/xmldata/

    <edit>new working link <edit>

    - n.
    [Edited by enemem on 05-13-2002 at 04:16 AM]

  16. #56
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Originally posted by enemem
    I have also made this example:

    http://tortoisedezign.virtualave.net/flashkit/xmldata/

    <edit>new working link <edit>

    - n.
    [Edited by enemem on 05-13-2002 at 04:16 AM]
    That looks pretty cool, i'll take a look at the source files when I get home from work tonight

  17. #57
    Senior Member
    Join Date
    Feb 2001
    Posts
    1,835
    Originally posted by catbert303
    Originally posted by enemem
    I have also made this example:

    http://tortoisedezign.virtualave.net/flashkit/xmldata/

    <edit>new working link <edit>

    - n.
    [Edited by enemem on 05-13-2002 at 04:16 AM]
    That looks pretty cool, i'll take a look at the source files when I get home from work tonight
    if u have some questions, just let me know. the code is commented to some extent, it should be relatively self-explanatory.

    also - this isn't the most efficient way of doing things but it is pretty straightforward. you'd want to use more sophisticated mechanisms for more complex XML files...

    - n.

  18. #58
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Don't worry the words "me", "complex" and "xml" aren't often heard in the same sentance Thanks for the help

  19. #59
    Senior Member
    Join Date
    Feb 2001
    Posts
    1,835
    Originally posted by catbert303
    Don't worry the words "me", "complex" and "xml" aren't often heard in the same sentance Thanks for the help
    except for just there or 'Me (sic) don't very often make complex XML files'

    sorry - silly mood

    - n.

  20. #60
    Member
    Join Date
    Apr 2002
    Posts
    49
    anybody care to share me a location for me to upload my sample??
    I don't have any website that can upload file.
    Thanx

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