1 decade ago by walker0723
I'm using javascript prompt to get text input from user. (to store user name with a game score)
But when I trying to call prompt like below, all animation stops suddenly.
var name=prompt("Please enter your name","Harry Potter");
Is there any way to play the animation with the prompt? or other suggestions about getting text input from user?
But when I trying to call prompt like below, all animation stops suddenly.
var name=prompt("Please enter your name","Harry Potter");
Is there any way to play the animation with the prompt? or other suggestions about getting text input from user?