what does reset game actually do?
jorkos
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
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.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Ok thanks, i'm just finding that it remembers button touches on actors so i will spawn them....
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.