That's exactly the problem. I don't know the code. That's what I'm trying to figure out.
I would be satisfied with knowing how to make the game end when I click the moving button. The other stuff is just little things that would be cool.
The only thing that makes sense to me is
Code:
on (press)
{
stop();
}
But it doesn't work.