Also:
    
    
    astro.y = -random(1.1000)
    
    
    Run

should presumably be
    
    
    astro.y = -random(1..1000)
    
    
    Run

Reply via email to