User Tag List

Results 1 to 6 of 6

Thread: Why is this not working?

  1. #1
    No Products Registered

    Join Date
    Feb 2008
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Why is this not working?

    In this simple maths game, why does is not add 1 to score when the first condition in the groups Addition check, Subtraction check, Multiplication check and Division check is satisfied? What is interesting is when I tell it to play a sample, the sample plays repetitively, and the score goes constantly up.

    Edit- Even when I don't tell it to play a sample, the score constantly goes up, how to I stop this?
    Attached files Attached files

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why is this not working?

    When Enter is pressed, you activate the check group for the operation that's displayed. But once this group is active, on every cycle of the event list its condition will still be true - you need to "Deactivate group XXX" in the same event line to immediately disable the group again after 1 has been added to the score.

  3. #3
    No Products Registered

    Join Date
    Feb 2008
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why is this not working?

    Thanks for the help, that worked. Now I have a new problem. Each check will only run once, how do I make each check run more than once?
    Attached files Attached files

  4. #4
    Clicker Multimedia Fusion 2

    Join Date
    Jun 2007
    Location
    Suffolk, UK
    Posts
    435
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why is this not working?

    I think this is because of your selection of a new operation.
    Change all the paragraph selections for operation from 'Random(4)' to 'Random(4)+1'.
    That should do it.

  5. #5
    No Products Registered

    Join Date
    Feb 2008
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why is this not working?

    Thanks. that worked.

  6. #6
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why is this not working?

    The deactivate group action should be the final one or the other actions won't work, coz if it's deactivated, it doesn't do anything

Similar Threads

  1. Gun not working
    By Exploder1010 in forum File Archive
    Replies: 0
    Last Post: 25th December 2011, 12:40 AM
  2. SWF not working
    By BobtheChicken in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 9th January 2011, 01:05 AM
  3. working
    By Zabooza in forum Vitalize
    Replies: 4
    Last Post: 13th April 2009, 05:18 PM
  4. RPG not working
    By DMT in forum File Archive
    Replies: 5
    Last Post: 21st February 2009, 04:40 PM

Posting Permissions

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