[SOLVED] How can I make certain game attributes reset when button clicked?

undefeatedgames

  • Posts: 121
Basically I want to make it possible so a Try Again button is clicked and the game attributes are reset to their original values. How can I make that possible?

« Last Edit: October 08, 2013, 04:37:11 am by undefeatedgames »

Photon

  • Posts: 2691
Make a behavior and attach it to the button:

When Self is Clicked:
    Set GA
    Set GA
    Etc.

Does that help?
Do NOT PM me your questions, because I likely will not respond. If I have replied to your question on the forum, keep using that topic. Thanks!

undefeatedgames

  • Posts: 121
Make a behavior and attach it to the button:

When Self is Clicked:
    Set GA
    Set GA
    Etc.

Does that help?
That helps.

Thanks!