Hi! I’m currently having some trouble with my game. I want to make it so when I click it takes me to the main game, but I also want to make it so the event only happens once (the clicking). I would also greatly appreciate it if someone could help me make it so you would have to click on the actual “start” sprite to enter the game. Thank you!
make a variable for it. add if variable or “variable”=“number or string” then for the event that happen ones chang the variable so it won’t happen again.
hi! I’m so sorry for the late reply but could you possibly show me how the code would look like? I’m still very to to coding (even w just blocks) so this would help me tons. thank you!
Fixed it. sorry for the wait. All I did was create a variable, Make it true, then When You click your mouse the code asks if it is true. then the code runs and sets the variable to false.