How to start a new game

jeffnooch

Member
Licensed User
Longtime User
I set up a menu option that when clicked on runs
B4X:
Activity_Create(True)
I was hoping that would reset everything like i was just getting into the app...but it seems to leave some label information and even overwrites labels that were there from before...

is the code above what i need to do? essentially if i rotate from landscape to vertical (NOTE: i have not yet figured out the Activity_Resume and Activity_Pause...probably will be my next round of questions) it resets everything clean...how can i achieve the same results via code?
Thanks
 
Top