User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Scoring

  1. #1
    No Products Registered

    Join Date
    Nov 2009
    Location
    England
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Scoring

    Hi, newbie here asking what may be a dumb scoring question but bear with me please

    I am creating a very basic maths game designed for young children - helping them learn number bonds between 1 and 10. The idea is that they get a randomly generated number and have to select the appropriate number so the total comes to 10.

    The idea is that on correct completion of the sum the score goes up by one. Simple, you might think but can I do it? :blush:

    Any ideas/help would be gratefully received.

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Scoring

    I did a video tutorial a while back called Math Racer

    http://www.teachertube.com/members/viewVideo.php?video_id=16175

    Perhaps it will give you a few ideas and if you still have some questions feel free to ask more.

  3. #3
    No Products Registered

    Join Date
    Nov 2009
    Location
    England
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scoring

    Hi Jeff,

    Thanks for that, it was very useful... but when I run the application, and I press my 'Play' button, yes, it gives a random numerical value between 1 and 10, and I can put in a value in my text box thing, and press Enter, it doesn't add 1 to the score. I added 'add 1 to score' under the

    -> 'Upon Pressing Enter'
    --> Expression.

    row, but it just doesn't...

    Any advice?

    Thanks in advance.

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Scoring

    Under the player object in the event editor are you using the action -- Add to player score?

  5. #5
    No Products Registered

    Join Date
    Nov 2009
    Location
    England
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scoring

    If you mean under the icon of a little joystick and a hand with the number '1', then yes I have.

  6. #6
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Scoring

    I am not exactly sure what you are doing so if you wanted to upload your file someplace I am sure myself or another person can clear it up quickly.

  7. #7
    No Products Registered

    Join Date
    Nov 2009
    Location
    England
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scoring

    Hi Jeff and everyone else,

    Link to my file

    Thanks in advance.

  8. #8
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Scoring

    On the event line where you evaluate the results when the user presses the enter key

    Try putting a sound in there for testing to see if it ever comes up true. I don't understand what your trying to test here.

  9. #9
    No Products Registered

    Join Date
    Nov 2009
    Location
    England
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Scoring

    Hi Jeff

    That didn't work.

    What I am trying to do is this: when I complete the sum correctly I want the score to go up by one point and so on until the time expires (I haven't set the time limits yet )


  10. #10
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Scoring

    On level 1 -- Event line 4

    Are you sure this event line is ever true?

    I can't really understand what this does ---
    Val(Edittext$( "Edit Box" )) = 10/Val(string$( "String 3" ))

    Some good friends just suggested you simply change it to:
    Val(Edittext$( "Edit Box" )) = 10-Val(string$( "String 3" ))

    The sound file idea was so you could hear when the event was true .. The problem is its never true.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. GF2 not scoring
    By mojoz in forum The Games Factory 2 - Technical Support
    Replies: 1
    Last Post: 6th April 2011, 05:30 PM
  2. Online scoring
    By Keli in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 26th October 2009, 09:02 PM
  3. How do I get the scoring to work?
    By RickyRombo in forum File Archive
    Replies: 5
    Last Post: 30th April 2009, 01:45 AM
  4. Scoring problem
    By stillhawk in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 29th June 2007, 06:01 AM
  5. Scoring
    By jrk in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 30th July 2006, 10:33 AM

Posting Permissions

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