This site requires JavaScript, please enable it in your browser!
Greenfoot back
ChafikAZ
ChafikAZ wrote ...

2021/1/19

How do you write the length of the wait?

ChafikAZ ChafikAZ

2021/1/19

#
public void menuStart()
    {
        if (inputLimitTemporary == 0)
        {
            wait(3000);
            Urban urban = new Urban();
            Greenfoot.setWorld(urban);
        }

    }
ChafikAZ ChafikAZ

2021/1/19

#
I don't understand how I meant to describe the length of the wait... (Yes, I know it's measured in milliseconds)
You need to login to post a reply.