Android scene change trouble (SOLVED)

i’m testing my game on android and everything works great, except when the players lives reaches 0. in the desktop version of the game when lives reach 0 it goes to the start screen and waits for the player to push start. however, on the android version when a players lives reaches 0 the start screen blinks and then it automatically starts the game? was something not converted all the way with the cordova convert (i used the in game android export, i didnt do anything with cordova myself) or are my events not set up correctly? here is the event for the start screen

here is the even for when the players lives =0

ughhh…fixed, didnt have the :

“move mouse when touch screen :no”

action set and the cursor was just sitting there clicking away, haha!