Im trying to make a start screen saying to “please view in 1920x1080 res” that lasts for 5 seconds before moving to the next screen.
Before I was using this:
function stateChange(newState) {
setTimeout(’’, 50000);
if(newState == -1) {
alert(‘The games start waring is beggining. Staging for timeout 5000’);
gotoAndStop(2)
}
}
Nothing is working and I am very confused. If anyone knows js please send help my way!