i have 7 actors and i only have this code plugged in for each actor they all move to the right at a certain speed that i have plugged in i need to figure out how to make them move at all different speeds to the right without a keypad just to click run and the take off across page at different speeds ... i know its the code getRandomNumber but how do i have to plug it in without an error?
public void act() 
    {
     {
         move(5);
     }
    }
  
  
            
          
        