hello,
I have a couple actors. In the world void prepare are all my actors that need to spawn. The x variable is good, but for the y variable i want to have a randomnumber. So i made an int y=Greenfoot.getRandomNumber. Normally you put a number between the () and then the variable is between 0 and the number. But i want the number to be between 120-280. How do i do this ?