what does reset game actually do?

jorkosjorkos Member, PRO Posts: 353

Hey guys, i'm trying to better understand what reset game actually does.....i'm finding that it remembers things like mouse.button down on actors..... what does reset game actually do? thanks

Comments

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    It will reset your Game Level Attributes to their initial state and return the game to the first scene. It basically starts the game over like you opened it for the first time.

  • jorkosjorkos Member, PRO Posts: 353

    Ok thanks, i'm just finding that it remembers button touches on actors so i will spawn them....

  • JSprojectJSproject Member Posts: 730

    @jamie_c said:
    It will reset your Game Level Attributes to their initial state and return the game to the first scene. It basically starts the game over like you opened it for the first time.

    Yes, which also means that you will have extra loading time that can be avoided by manually resetting (change attribute and re-spawning) the game instead. Previously it also meant ram leakage, not sure if that has been fixed since I personally reset manually.

Sign In or Register to comment.