User Tag List

Results 1 to 2 of 2

Thread: How to pause a score

  1. #1
    No Products Registered

    Join Date
    Oct 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question How to pause a score

    I was wondering if it was at all possible to pause the score when an object is clicked. I was thinking that instead of doing that I could pause the screen, but I don't know if even that is possible. I also need to be able to unpause the screen/score when a button is pressed.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    May 2012
    Location
    NSW, Australia
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not 100% familiar with the score object, but you could use flags/groups to achieve this.
    Eg
    button clicked (pause): deactivate group "scoring"

    Button clicked (unpause): activate group "scoring"

    Then have all your events that manipulate scoring in a group.
    Group is deactivated when game is paused, group is activated when the game is resumed.

    Or switch on/off internal flags?

Similar Threads

  1. Score enligne score classement
    By markymoniom in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th January 2013, 12:05 PM
  2. Replies: 10
    Last Post: 15th October 2012, 04:33 PM
  3. Hi Score record low score..
    By Earl in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 22nd July 2012, 08:31 AM
  4. Saving a current score with INI and best score
    By KLiK-iT in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 11th March 2012, 05:21 PM
  5. Showing Score Points when Score is gained?
    By Jacob_Miller in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th May 2011, 01:41 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
  •