how to set up High Score on Window

I am using on Window so i cant find any high score tutorial on window only Apple mac so its really confuse for me please help? thanks

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934

    The behaviors and rules you would use are all the same. The UI just looks different. There are some good windows videos out that explain the UI differences and how to get around them. Once you learn that stuff watching a Mac video should be a lot easier to understand how to apply it to the windows creator.

    The UI is being standardized across windows and Mac in the utter this will become less of an issue for you hopefully.

  • bjandthekatzbjandthekatz Orlando, FlMember Posts: 1,375

    Create an integer attribute called Score, create another integer called High Score
    Change your score according to how the user plays the game.
    If Score > High Score
    Change attribute High Score to Score
    Save attribute High Score with key: HighScore

    In your menu scene have an actor Loading the attribute High Score with the key HighScore.

    Use the display text feature to show the score.

  • HarisChoudharyHarisChoudhary Member, PRO Posts: 68

    @bjandthekatz said:
    Create an integer attribute called Score, create another integer called High Score
    Change your score according to how the user plays the game.
    If Score > High Score
    Change attribute High Score to Score
    Save attribute High Score with key: HighScore

    In your menu scene have an actor Loading the attribute High Score with the key HighScore.

    Use the display text feature to show the score.

    I still cant understand it as english is my second language can you explain the simple step by step please? thanks very much

  • bjandthekatzbjandthekatz Orlando, FlMember Posts: 1,375
    Create an integer attribute. Name it Score    
    Create an integer attribute. Name it HighScore    
    
    Game Scene:
    Create A Rule: If Score > High Score
    - Change Attribute High Score To Score
        - Save Attribute High Score (Key: HighScore)
          (put this rule in any actor)
    
    Score Scene:
    Create an Actor
    - Load Attribute High Score (Key: HighScore)
    - Drag Display Text
         - Click the "a" symbol, Click Game, Click HighScore
    (Drag this actor on scene)
    
  • HopscotchHopscotch Member, PRO Posts: 2,782

    @HarisChoudhary, the layout between Windows and Mac are different, but function the same. Have a look at the comparison from @jamie_c, and try to get a feel for it. Soon you will be able to follow Mac tutorials and use them for Windows.

    http://www.jamie-cross.net/?portfolio=gamesalad-macintosh-and-windows-interface-side-by-side-comparison

  • HarisChoudharyHarisChoudhary Member, PRO Posts: 68
    edited March 2014

    @bjandthekatz said:
    Create an integer attribute. Name it Score
    Create an integer attribute. Name it HighScore

    Game Scene:
    Create A Rule: If Score > High Score
    - Change Attribute High Score To Score
        - Save Attribute High Score (Key: HighScore)
          (put this rule in any actor)
    
    Score Scene:
    Create an Actor
    - Load Attribute High Score (Key: HighScore)
    - Drag Display Text
         - Click the "a" symbol, Click Game, Click HighScore
    (Drag this actor on scene)
    

    still cant get it to work :( can you do it for me? thanks

  • HarisChoudharyHarisChoudhary Member, PRO Posts: 68

    @bjandthekatz said:
    Create an integer attribute. Name it Score
    Create an integer attribute. Name it HighScore

    Game Scene:
    Create A Rule: If Score > High Score
    - Change Attribute High Score To Score
        - Save Attribute High Score (Key: HighScore)
          (put this rule in any actor)
    
    Score Scene:
    Create an Actor
    - Load Attribute High Score (Key: HighScore)
    - Drag Display Text
         - Click the "a" symbol, Click Game, Click HighScore
    (Drag this actor on scene)
    

    still cant get it to work :( can you do it for me? thanks

  • HarisChoudharyHarisChoudhary Member, PRO Posts: 68

    im so stress please help me?

  • bjandthekatzbjandthekatz Orlando, FlMember Posts: 1,375

    Demo Attached

  • HarisChoudharyHarisChoudhary Member, PRO Posts: 68

    @bjandthekatz said:
    Demo Attached

    thats great everything working well but when my character died it wont stop it just kept moving. when i set up high score it chnaged everything?

  • bjandthekatzbjandthekatz Orlando, FlMember Posts: 1,375

    Can you post your rules in a screenshot or upload the project file?

Sign In or Register to comment.